todoapp-us6a2a/requirements.txt
Automated Action e01f3a4d57 Create FastAPI Todo App
Create a simple Todo API with FastAPI and SQLite with CRUD functionality,
health check, error handling, and API documentation.
2025-05-31 21:13:37 +00:00

8 lines
132 B
Plaintext

fastapi>=0.100.0
uvicorn>=0.22.0
sqlalchemy>=2.0.0
alembic>=1.11.0
pydantic>=2.0.0
python-dotenv>=1.0.0
ruff>=0.0.292
pathlib>=1.0.1