weatherdashboardapi-nh0kpj/requirements.txt
Automated Action b3cbb43878 Fix email validation dependency issue
- Added email-validator package to requirements.txt
- Modified user schema to provide fallback if email-validator is not available
- This fixes the health check failure due to missing email-validator dependency
2025-05-27 20:39:37 +00:00

14 lines
272 B
Plaintext

fastapi>=0.95.0
uvicorn>=0.21.1
pydantic>=2.0.0
pydantic-settings>=2.0.0
email-validator>=2.0.0
python-dotenv>=1.0.0
sqlalchemy>=2.0.0
alembic>=1.10.0
httpx>=0.24.0
python-multipart>=0.0.6
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
ruff>=0.0.270
pytest>=7.3.1