Initial commit

This commit is contained in:
ponzischeme89
2026-01-17 21:49:22 +13:00
commit 3ad3d9bfe0
118 changed files with 18586 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Core dependencies
flask>=3.0.0
flask-cors>=4.0.0
aiohttp>=3.9.0
# Database
sqlalchemy>=2.0.0
# Environment
python-dotenv>=1.0.0
# Production WSGI server
gunicorn>=21.0.0