
This commit includes: - Project structure and configuration - Database models for tasks, users, and categories - Authentication system with JWT - CRUD endpoints for tasks and categories - Search, filter, and sorting functionality - Health check endpoint - Alembic migration setup - Documentation
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
fastapi>=0.105.0
|
|
uvicorn>=0.24.0
|
|
sqlalchemy>=2.0.23
|
|
alembic>=1.12.1
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.6
|
|
pydantic>=2.5.2
|
|
pydantic-settings>=2.1.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.6 |