taskmanagerapi-oyn0px/requirements.txt
Automated Action 28f6914da1 Build task manager API with FastAPI and SQLite
- 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
2025-06-17 08:37:23 +00:00

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