taskmanagerapi-kwhxl0/requirements.txt
Automated Action 7658939790 Create Task Manager API with FastAPI and SQLite
- Set up project structure and dependencies
- Create task model and schema
- Implement Alembic migrations
- Add CRUD API endpoints for task management
- Add health endpoint with database connectivity check
- Add comprehensive error handling
- Add tests for API endpoints
- Update README with API documentation
2025-06-04 22:52:31 +00:00

12 lines
218 B
Plaintext

fastapi>=0.103.1
uvicorn>=0.23.2
sqlalchemy>=2.0.20
alembic>=1.12.0
pydantic>=2.3.0
pydantic-settings>=2.0.3
python-dotenv>=1.0.0
python-multipart>=0.0.6
email-validator>=2.0.0
ruff>=0.0.290
pytest>=7.4.0
httpx>=0.24.1