Automated Action 993e1df71e Create REST API service with FastAPI and SQLite
- Set up project structure with app modules
- Configure SQLite database connection
- Set up Alembic for database migrations
- Implement Item model with CRUD operations
- Create API endpoints for items management
- Add health check endpoint
- Add API documentation
- Add comprehensive README
2025-05-19 15:58:21 +00:00

12 lines
223 B
Plaintext

fastapi>=0.108.0
uvicorn>=0.25.0
sqlalchemy>=2.0.23
alembic>=1.13.0
pydantic>=2.5.2
pydantic-settings>=2.1.0
ruff>=0.1.6
types-requests>=2.31.0.10
typing-extensions>=4.8.0
python-multipart>=0.0.6
pytest>=7.4.3
httpx>=0.25.2