todoapp-pbq0j1/requirements.txt
Automated Action ef0bc51fbb Create simple FastAPI todo application
- Set up project structure with proper directory layout
- Implemented SQLite database with SQLAlchemy ORM
- Created Todo model with CRUD operations
- Added Alembic for database migrations
- Implemented RESTful API endpoints for todos
- Added health check endpoint
- Configured CORS for all origins
- Created comprehensive documentation
- Added linting with Ruff
2025-06-17 06:40:03 +00:00

5 lines
79 B
Plaintext

fastapi==0.104.1
uvicorn==0.24.0
sqlalchemy==2.0.23
alembic==1.13.0
ruff==0.1.6