simpletodoapp-x9cyfn/requirements.txt
Automated Action 8e26cae20e Initial Todo app backend implementation with FastAPI and SQLite
- Created FastAPI application structure
- Added Todo model and CRUD operations
- Added database integration with SQLAlchemy
- Added migrations with Alembic
- Added health endpoint
- Added API documentation with Swagger UI and ReDoc
2025-05-16 00:35:49 +00:00

9 lines
157 B
Plaintext

fastapi>=0.101.0
uvicorn>=0.23.2
sqlalchemy>=2.0.19
pydantic>=2.1.1
alembic>=1.11.1
ruff>=0.0.280
python-dotenv>=1.0.0
python-multipart>=0.0.6
pathlib>=1.0.1