
Create a full-featured task management API with the following components: - RESTful CRUD operations for tasks - Task status and priority management - SQLite database with SQLAlchemy ORM - Alembic migrations - Health check endpoint - Comprehensive API documentation
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
fastapi>=0.100.0,<0.101.0
|
|
uvicorn>=0.22.0,<0.23.0
|
|
sqlalchemy>=2.0.0,<2.1.0
|
|
alembic>=1.11.0,<1.12.0
|
|
pydantic>=2.0.0,<2.1.0
|
|
pydantic-settings>=2.0.0,<2.1.0
|
|
python-dotenv>=1.0.0,<1.1.0
|
|
python-multipart>=0.0.6,<0.0.7
|
|
email-validator>=2.0.0,<2.1.0
|
|
ruff>=0.0.0
|
|
httpx>=0.24.0,<0.25.0
|
|
pytest>=7.3.1,<7.4.0 |