
- Added missing pydantic-settings to requirements.txt
- Fixed database path inconsistency between config.py and session.py
- Updated alembic.ini to use proper SQLite URL format
- Updated migrations/env.py to use config settings
🤖 Generated with BackendIM... (backend.im)
Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.0.3
|
|
sqlalchemy==2.0.22
|
|
passlib==1.7.4
|
|
python-jose==3.3.0
|
|
python-multipart==0.0.6
|
|
alembic==1.12.1
|
|
bcrypt==4.0.1
|
|
email-validator==2.0.0 |