
- Set up project structure and dependencies - Create database models and schemas for tasks - Implement CRUD operations for tasks - Add API endpoints for task management - Create Alembic migrations for the database - Add health check endpoint - Implement error handling - Add documentation in README.md
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
fastapi>=0.103.1
|
|
pydantic>=2.4.0
|
|
sqlalchemy>=2.0.21
|
|
alembic>=1.12.0
|
|
uvicorn>=0.23.2
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.287
|
|
pytest>=7.4.2
|
|
httpx>=0.25.0
|
|
pydantic-settings>=2.0.3 |