mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
- requirements.txt: remove boxes, lolcat (system CLI tools not pip packages), flask (unused), requests (unused at runtime); pin rich>=13.0.0 - Dockerfile: add --break-system-packages to pip3 install (PEP 668 compliance on Kali/Debian externally-managed Python environments)
5 lines
208 B
Text
5 lines
208 B
Text
# Python dependencies for hackingtool
|
|
# boxes and lolcat are system CLI tools, not pip packages — install via apt/brew
|
|
# flask is unused — removed
|
|
# requests is unused at runtime — removed
|
|
rich>=13.0.0
|