File size: 524 Bytes
03839fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Production requirements for HuggingFace Spaces deployment
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
httpx==0.25.2
requests==2.31.0
jinja2==3.1.2
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
aiofiles==23.2.1

# Lightweight ML dependencies (no torch to reduce size)
huggingface_hub==0.19.4
tokenizers==0.15.0

# Cybersecurity libraries
python-nmap==0.7.1
scapy==2.5.0
dnspython==2.4.2
cryptography==41.0.7

# Monitoring and logging
psutil==5.9.6
prometheus-client==0.19.0