-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
83 lines (67 loc) · 1.33 KB
/
Copy pathrequirements.txt
File metadata and controls
83 lines (67 loc) · 1.33 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# 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
# Facial Recognition (optional)
face-recognition==1.3.0
numpy==1.26.3
opencv-python==4.8.1.78
# Database Migrations
Flask-Migrate==4.0.5
alembic==1.13.1
# Caching (optional)
Flask-Caching==2.0.2
redis==5.0.1
# API Documentation
Flask-CORS==6.0.0
Flask-Swagger==0.2.14
flasgger==0.9.7.1
# Phase 6 - Enterprise Systems
flask-socketio==5.3.5
python-socketio==5.14.0
python-engineio==4.8.0
graphene==3.3
graphene-sqlalchemy==3.0.0rc2
# Email & Notifications
Flask-Mail==0.9.1
python-slugify==8.0.1
# Celery & Task Queue (optional)
celery==5.3.4
flower==2.0.1
# Async WSGI
asgiref==3.7.2
# Development & Testing
pytest==7.4.3
pytest-cov==4.1.0
pytest-flask==1.3.0
pytest-asyncio==0.21.1
factory-boy==3.3.0
# Production Server (optional)
gunicorn==22.0.0
uwsgi==2.0.23
# Monitoring & Logging
python-json-logger==2.0.7
sentry-sdk==1.45.1
# Data Export
openpyxl==3.1.2
reportlab==4.0.7
# API Request Validation
marshmallow==3.26.2
marshmallow-sqlalchemy==0.29.0