taskmanagementapi-atdq7x/requirements.txt
Automated Action 29d75cdf08 Implement Task Management API with FastAPI and SQLite
- 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
2025-05-17 11:20:00 +00:00

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