Files
2026-01-19 02:10:08 +13:00

17 lines
208 B
Plaintext

# Core dependencies
flask>=3.0.0
flask-cors>=4.0.0
aiohttp>=3.9.0
# Database
sqlalchemy>=2.0.0
# Scheduler
apscheduler>=3.10.4
# Environment
python-dotenv>=1.0.0
# Production WSGI server
gunicorn>=21.0.0