quickrestapiservice-4p3q6n/requirements.txt
Automated Action f047098f40 Create FastAPI REST API with SQLite database
- Set up project structure with FastAPI and SQLAlchemy
- Configure SQLite database with async support
- Implement CRUD endpoints for items resource
- Add health endpoint for monitoring
- Set up Alembic migrations
- Create comprehensive documentation

generated with BackendIM... (backend.im)
2025-05-14 01:20:38 +00:00

8 lines
140 B
Plaintext

fastapi>=0.103.1
uvicorn>=0.23.2
sqlalchemy>=2.0.21
alembic>=1.12.0
pydantic>=2.4.2
pydantic-settings>=2.0.3
aiosqlite>=0.19.0
ruff>=0.0.290