simpletodoapp-h408fj/requirements.txt
Automated Action 5973e92fca Create simple one-file FastAPI Todo app
- Add main.py with basic CRUD operations for todo items
- Create requirements.txt with necessary dependencies
- Update README.md with application details
- Include /health endpoint for health checks
- Use SQLite for data storage
2025-05-17 05:04:05 +00:00

6 lines
104 B
Plaintext

fastapi>=0.101.0
uvicorn>=0.23.2
pydantic>=2.0.0
python-multipart>=0.0.6
ruff>=0.0.270
sqlalchemy>=2.0.0