genericrestapiservice-efavmm/requirements.txt
Automated Action 938b6d4153 Create a simple generic REST API with FastAPI and SQLite
Implemented a complete FastAPI backend with:
- Project structure with FastAPI and SQLAlchemy
- SQLite database with proper configuration
- Alembic for database migrations
- Generic Item resource with CRUD operations
- REST API endpoints with proper validation
- Health check endpoint
- Documentation and setup instructions
2025-05-17 20:57:23 +00:00

10 lines
247 B
Plaintext

fastapi>=0.103.1,<0.104.0
uvicorn>=0.23.2,<0.24.0
sqlalchemy>=2.0.20,<2.1.0
alembic>=1.12.0,<1.13.0
pydantic>=2.3.0,<2.4.0
python-dotenv>=1.0.0,<1.1.0
python-multipart>=0.0.6,<0.0.7
email-validator>=2.0.0,<2.1.0
ruff>=0.0.291
pathlib>=1.0.1,<1.1.0