restapiservice-pad9p1/requirements.txt
Automated Action e0b4ac8ba6 Create a REST API with FastAPI and SQLite
- Setup FastAPI project structure with main.py and requirements.txt
- Implement SQLAlchemy ORM with SQLite database
- Create Item model with CRUD operations
- Implement health endpoint for monitoring
- Setup Alembic for database migrations
- Add comprehensive documentation in README.md
- Configure Ruff for code linting
2025-05-23 10:10:10 +00:00

9 lines
163 B
Plaintext

fastapi>=0.100.0
uvicorn>=0.23.0
sqlalchemy>=2.0.0
pydantic>=2.0.0
alembic>=1.11.0
python-dotenv>=1.0.0
ruff>=0.0.272
email-validator>=2.0.0
pydantic[email]>=2.0.0