23 lines
293 B
Plaintext
23 lines
293 B
Plaintext
# Web Framework
|
|
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.0
|
|
|
|
# Database
|
|
sqlalchemy==2.0.35
|
|
alembic==1.14.0
|
|
|
|
# Environment variables
|
|
python-dotenv==1.0.1
|
|
|
|
# Validation
|
|
pydantic==2.9.2
|
|
pydantic-settings==2.6.0
|
|
|
|
# CORS
|
|
python-multipart==0.0.12
|
|
|
|
# HTTP client
|
|
httpx==0.27.2
|
|
|
|
# Utils
|
|
orjson==3.10.12 |