
- Added filtering and pagination for todo listings - Fixed Alembic migration setup - Enhanced CRUD operations - Updated documentation with comprehensive README - Linted code with Ruff
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
fastapi==0.104.1
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.0.3
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-multipart==0.0.6
|
|
uvicorn==0.24.0
|
|
python-dotenv==1.0.0
|
|
ruff==0.1.5 |