
- 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
12 lines
218 B
Plaintext
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 |