taskmanagerapi-4423u0/requirements.txt
2025-06-11 17:21:30 +00:00

20 lines
336 B
Plaintext

# FastAPI and web server
fastapi>=0.104.0
uvicorn>=0.23.2
# Database
SQLAlchemy>=2.0.0
alembic>=1.12.0
# Authentication
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
python-multipart>=0.0.6
# Validation and serialization
pydantic>=2.4.2
pydantic-settings>=2.0.3
email-validator>=2.0.0
# Development and linting
ruff>=0.1.0