-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-prod.txt
More file actions
56 lines (44 loc) · 930 Bytes
/
Copy pathrequirements-prod.txt
File metadata and controls
56 lines (44 loc) · 930 Bytes
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
# Production Requirements (Core Dependencies Only)
# For full development dependencies, see requirements.txt
# Core Framework
Flask==3.0.0
Flask-SQLAlchemy==3.1.1
Werkzeug==3.1.5
SQLAlchemy==2.0.23
# Security
cryptography==44.0.1
bleach==6.1.0
argon2-cffi==23.1.0
Flask-WTF==1.2.1
Flask-Talisman==1.1.0
Flask-Login==0.6.3
Flask-Limiter==3.5.0
# Performance & Utilities
Flask-Compress==1.14
python-dotenv==1.0.0
psutil==5.9.8
# Two-Factor Authentication & QR Codes
pyotp==2.9.0
qrcode==8.2
pillow==12.1.0
# Database Migrations
Flask-Migrate==4.0.5
alembic==1.13.1
# Caching
Flask-Caching==2.3.0
redis==5.0.1
# API Documentation
Flask-CORS==6.0.0
# Email & Notifications
Flask-Mail==0.9.1
python-slugify==8.0.1
# Production Server
gunicorn==22.0.0
# Monitoring & Logging
python-json-logger==2.0.7
# API Request Validation
marshmallow==3.26.2
marshmallow-sqlalchemy==0.29.0
# Data Export
openpyxl==3.1.2
reportlab==4.0.7