simpletodoapplication-ihbv9x/requirements.txt
Automated Action d20c3af0bc Build a simple Todo app with FastAPI
- Setup project structure with FastAPI, SQLAlchemy, and SQLite
- Create Todo model and database migrations
- Implement CRUD API endpoints
- Add error handling and validation
- Update README with documentation and examples

generated with BackendIM... (backend.im)
2025-05-15 22:01:40 +00:00

7 lines
116 B
Plaintext

fastapi==0.110.0
uvicorn==0.29.0
sqlalchemy==2.0.25
alembic==1.13.1
pydantic==2.6.1
python-dotenv==1.0.1
ruff==0.3.0