31 Zeilen
378 B
Plaintext
31 Zeilen
378 B
Plaintext
# Flask and extensions
|
|
Flask==3.0.0
|
|
Flask-CORS==4.0.0
|
|
flask-limiter==3.5.0
|
|
|
|
# Database
|
|
psycopg2-binary==2.9.9
|
|
SQLAlchemy==2.0.23
|
|
|
|
# Redis
|
|
redis==5.0.1
|
|
|
|
# RabbitMQ
|
|
pika==1.3.2
|
|
|
|
# JWT
|
|
PyJWT==2.8.0
|
|
|
|
# Validation
|
|
marshmallow==3.20.1
|
|
|
|
# Monitoring
|
|
prometheus-flask-exporter==0.23.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|
|
pytz==2023.3
|
|
requests==2.31.0
|
|
|
|
# Development
|
|
python-dotenv==1.0.0 |