29 lines
418 B
Plaintext
29 lines
418 B
Plaintext
# FastAPI and server
|
|
fastapi[standard]>=0.122.0
|
|
uvicorn[standard]>=0.32.0
|
|
|
|
# Database
|
|
sqlalchemy>=2.0.44
|
|
asyncpg>=0.31.0
|
|
alembic>=1.17.2
|
|
|
|
# Pydantic
|
|
pydantic>=2.12.5
|
|
pydantic-settings>=2.6.0
|
|
|
|
# Authentication
|
|
python-jose[cryptography]>=3.3.0
|
|
bcrypt>=4.0.0
|
|
|
|
# HTTP client for Judge0
|
|
httpx>=0.28.1
|
|
|
|
# Form data
|
|
python-multipart>=0.0.18
|
|
|
|
# Testing
|
|
pytest>=8.0.0
|
|
pytest-asyncio>=0.24.0
|
|
pytest-cov>=6.0.0
|
|
aiosqlite>=0.20.0
|