16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
|
|
# Web Framework
|
||
|
|
fastapi>=0.109.0
|
||
|
|
uvicorn[standard]>=0.27.0
|
||
|
|
|
||
|
|
# Database
|
||
|
|
sqlalchemy[asyncio]>=2.0.25
|
||
|
|
asyncpg>=0.29.0
|
||
|
|
alembic>=1.13.0
|
||
|
|
|
||
|
|
# Serialization & Validation
|
||
|
|
pydantic>=2.5.0
|
||
|
|
pydantic-settings>=2.1.0
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
python-dotenv>=1.0.0
|