todoapplication-edgzjs/requirements.txt
Automated Action 02e8d8dd3e Create Todo Application with FastAPI and SQLite
- Set up project structure with FastAPI
- Create Todo database model with SQLAlchemy
- Add Alembic migrations
- Implement CRUD API endpoints for todos
- Add health endpoint for application monitoring
- Add README with documentation

generated with BackendIM... (backend.im)
2025-05-14 00:44:49 +00:00

7 lines
120 B
Plaintext

fastapi==0.104.1
uvicorn==0.23.2
sqlalchemy==2.0.22
alembic==1.12.1
pydantic==2.4.2
pydantic-settings==2.0.3
ruff==0.1.3