todoapp-hsg61m/requirements.txt
Automated Action 5dca451d03 Add SQLAlchemy database setup with Todo model
- Add app/db/base.py with SQLAlchemy Base class
- Add app/db/session.py with SQLite database connection using absolute path
- Add app/models/todo.py with Todo model including all required fields
- Add empty __init__.py files for proper package structure
2025-06-19 17:46:14 +00:00

10 lines
210 B
Plaintext

fastapi==0.104.1
uvicorn[standard]==0.24.0
sqlalchemy==2.0.23
alembic==1.12.1
pydantic==2.5.0
pydantic-settings==2.1.0
python-multipart==0.0.6
passlib[bcrypt]==1.7.4
python-jose[cryptography]==3.3.0
ruff==0.1.6