8 lines
432 B
Plaintext
8 lines
432 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn[standard]>=0.20.0
|
|
sqlalchemy[asyncio]>=2.0.0 # Core ORM + Async support
|
|
asyncpg>=0.27.0 # Async PostgreSQL driver
|
|
psycopg2-binary>=2.9.0 # Often needed by Alembic even if app uses asyncpg
|
|
alembic>=1.9.0 # Database migrations
|
|
pydantic-settings>=2.0.0 # For loading settings from .env
|
|
python-dotenv>=1.0.0 # To load .env file for scripts/alembic |