genericrestapiservice-dsp4j6/requirements.txt
Automated Action 1349113fe0 Create FastAPI REST API with SQLite
Features:
- Project structure setup
- Database configuration with SQLAlchemy
- Item model and CRUD operations
- API endpoints for items
- Alembic migrations
- Health check endpoint
- Comprehensive documentation

generated with BackendIM... (backend.im)
2025-05-14 00:49:31 +00:00

6 lines
95 B
Plaintext

fastapi==0.104.1
uvicorn==0.24.0
sqlalchemy==2.0.23
pydantic==2.4.2
alembic==1.12.1
ruff==0.1.5