todoapi-0h1oi4/requirements.txt
Automated Action 7fa5fb0213 Setup complete Todo API with FastAPI and SQLite
- Create Todo model and schemas
- Set up API endpoints for CRUD operations
- Configure SQLAlchemy for database access
- Set up Alembic for database migrations
- Add Ruff for code linting
- Update README with project documentation
2025-05-27 06:32:35 +00:00

9 lines
145 B
Plaintext

fastapi==0.95.0
uvicorn==0.21.1
pydantic==1.10.7
SQLAlchemy==2.0.9
alembic==1.10.3
python-dotenv==1.0.0
ruff==0.0.262
pytest==7.3.1
httpx==0.24.0