26 lines
313 B
Plaintext
Executable File
26 lines
313 B
Plaintext
Executable File
# Web Framework
|
|
flask==3.1.0
|
|
flask-cors==5.0.0
|
|
gunicorn==23.0.0
|
|
|
|
# Database
|
|
psycopg2-binary==2.9.10
|
|
sqlalchemy==2.0.36
|
|
alembic==1.14.0
|
|
|
|
# Authentication
|
|
pyotp==2.9.0
|
|
|
|
# Email
|
|
flask-mail==0.10.0
|
|
|
|
# HTTP Client
|
|
httpx==0.28.1
|
|
|
|
# Configuration
|
|
python-dotenv==1.0.1
|
|
pyyaml==6.0.2
|
|
|
|
# Utils
|
|
python-dateutil==2.9.0.post0
|