
- Added pydantic-settings>=2.0.0 to requirements.txt to resolve ModuleNotFoundError - Simplified migrations/env.py imports to avoid config dependency issues - Removed unnecessary settings import from migration environment - Migration now uses database URL directly from alembic.ini configuration
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.0
|
|
pydantic>=2.4.2
|
|
pydantic[email]>=2.4.2
|
|
pydantic-settings>=2.0.0
|
|
alembic>=1.12.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.3 |