
- Set up project structure with FastAPI - Implement SQLAlchemy models for User and Task - Create Alembic migrations - Implement authentication with JWT - Add CRUD operations for tasks - Add task filtering and prioritization - Configure health check endpoint - Update README with project documentation
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
fastapi>=0.100.0,<0.101.0
|
|
uvicorn>=0.23.0,<0.24.0
|
|
pydantic>=2.0.0,<3.0.0
|
|
pydantic-settings>=2.0.0,<3.0.0
|
|
python-multipart>=0.0.6,<0.1.0
|
|
python-jose[cryptography]>=3.3.0,<4.0.0
|
|
passlib[bcrypt]>=1.7.4,<2.0.0
|
|
sqlalchemy>=2.0.0,<3.0.0
|
|
alembic>=1.11.0,<2.0.0
|
|
python-dotenv>=1.0.0,<2.0.0
|
|
ruff>=0.1.0,<0.2.0 |