Fix build: Remove [mcp] extra, use stable gradio
Browse files- requirements.txt +3 -19
requirements.txt
CHANGED
|
@@ -1,25 +1,9 @@
|
|
| 1 |
-
# Pentesting Agent Zero - Requirements
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
# Core
|
| 5 |
-
gradio[mcp]>=5.0.0
|
| 6 |
smolagents>=1.0.0
|
| 7 |
huggingface_hub>=0.26.0
|
| 8 |
-
|
| 9 |
-
# Pentesting Tools (Python packages)
|
| 10 |
-
nettacker
|
| 11 |
requests
|
| 12 |
-
scapy
|
| 13 |
-
python-nmap
|
| 14 |
-
|
| 15 |
-
# System tools (should be installed via apt in Dockerfile)
|
| 16 |
-
# nmap, nikto, sqlmap, gobuster, ffuf, nuclei, searchsploit,
|
| 17 |
-
# hydra, john, hashcat, tshark, theHarvester, subfinder, amass
|
| 18 |
-
|
| 19 |
-
# AI / LLM
|
| 20 |
transformers>=4.45.0
|
| 21 |
torch>=2.0.0
|
| 22 |
-
|
| 23 |
-
# Utilities
|
| 24 |
aiohttp>=3.8.0
|
| 25 |
-
pydantic>=2.0.0
|
|
|
|
| 1 |
+
# Pentesting Agent Zero - Fixed Requirements
|
| 2 |
+
gradio>=5.0.0
|
|
|
|
|
|
|
|
|
|
| 3 |
smolagents>=1.0.0
|
| 4 |
huggingface_hub>=0.26.0
|
|
|
|
|
|
|
|
|
|
| 5 |
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
transformers>=4.45.0
|
| 7 |
torch>=2.0.0
|
|
|
|
|
|
|
| 8 |
aiohttp>=3.8.0
|
| 9 |
+
pydantic>=2.0.0
|