simpletodoapp-2na23r/requirements.txt
Automated Action f58b91f04c Create simple todo app with FastAPI and SQLite
- Set up project structure with FastAPI and SQLite
- Implement Todo model and CRUD operations
- Add health endpoint for application monitoring
- Configure Alembic for database migrations
- Add comprehensive documentation

generated with BackendIM... (backend.im)
2025-05-13 00:25:36 +00:00

6 lines
104 B
Plaintext

fastapi==0.95.1
uvicorn==0.22.0
sqlalchemy==2.0.12
pydantic==1.10.7
alembic==1.10.4
python-dotenv==1.0.0