Initial commit of mtgonline project

This commit is contained in:
2026-07-18 04:57:40 +00:00
commit 86c12376f8
1870 changed files with 547994 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# FastAPI and ASGI
fastapi==0.115.0
uvicorn[standard]==0.30.0
websockets==12.0
# Database
sqlalchemy[asyncio]==2.0.34
asyncpg==0.29.0
alembic==1.13.2
# Authentication
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.9
# Validation
pydantic==2.9.2
pydantic-settings==2.5.2
# Redis
redis[hiredis]==5.1.0
# Utilities
python-dotenv==1.0.1
httpx==0.27.2
# Testing
pytest==8.3.3
pytest-asyncio==0.24.0
pytest-cov==6.0.0
aiosqlite==0.20.0
# Linting
ruff==0.6.5