File size: 1,411 Bytes
d543fc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5b474cc
d543fc1
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# ============================================================================
# SentinelScan (WSS) — trimmed dependency list
# Auto-generated from actual project imports. Original dump had 390 lines
# (torch, gradio, llama-index, opencv, pandas, etc.) that are NOT used here.
# ============================================================================

# --- Core web framework ---
Flask==3.0.0
Werkzeug==3.0.1
markupsafe==2.1.3
Flask-Cors==4.0.0
Flask-SocketIO==5.4.1
Flask-SQLAlchemy==3.1.1
Flask-Limiter==4.1.1
Flask-Caching==2.3.0
Flask-Migrate==4.0.5
SQLAlchemy==2.0.50

# --- Auth / crypto ---
PyJWT==2.8.0
bcrypt==4.1.2
cryptography==44.0.3

# --- Async task queue (Celery + Redis broker) ---
Celery==5.6.3
redis==5.2.1

# --- Database drivers ---
# PostgreSQL driver for GCP Cloud SQL (DATABASE_URL=postgresql://...)
psycopg2-binary==2.9.12

# --- Scanning / recon libraries ---
beautifulsoup4==4.13.4
dnspython==2.8.0
python-whois==0.9.4
sslyze==6.1.0
python-owasp-zap-v2.4==0.0.21
requests==2.32.3
urllib3==2.3.0

# --- PDF / reporting ---
reportlab==4.4.10
Pillow==11.1.0
pytz==2024.2

# --- Misc ---
python-dotenv==1.0.0
packaging==24.2
stripe==15.3.0
resend>=0.8.0

# --- Production server (used by Dockerfile) ---
gunicorn==21.2.0
gevent==24.11.1
gevent-websocket==0.10.1

# --- Cloud storage (Firebase Storage for logos, PDFs, uploads) ---
firebase-admin==6.5.0
google-cloud-storage==3.8.0