simpletodoapp-g65eez/requirements.txt
Automated Action 413eb37e87 Add simple todo app using FastAPI and SQLite
- Implement Todo database model with SQLAlchemy
- Set up Alembic for database migrations
- Create CRUD operations for Todo items
- Implement RESTful API endpoints
- Add health check endpoint
- Include comprehensive README with usage instructions
2025-05-17 21:39:34 +00:00

6 lines
95 B
Plaintext

fastapi>=0.104.1
uvicorn>=0.24.0
pydantic>=2.4.2
sqlalchemy>=2.0.23
alembic>=1.12.1
ruff>=0.1.6