genericrestapiservice-w6od1p/requirements.txt
Automated Action cd7c0162fe Create REST API with FastAPI and SQLite
- Implemented project structure with FastAPI framework
- Set up SQLite database with SQLAlchemy ORM
- Created Alembic for database migrations
- Implemented Item model and CRUD operations
- Added health check endpoint
- Added error handling
- Configured API documentation with Swagger UI

generated with BackendIM... (backend.im)
2025-05-13 15:58:51 +00:00

8 lines
144 B
Plaintext

fastapi==0.104.1
uvicorn==0.23.2
sqlalchemy==2.0.22
alembic==1.12.1
pydantic==2.4.2
pydantic-settings==2.0.3
python-dotenv==1.0.0
pathlib==1.0.1