simpletodoapp-nb61sa/requirements.txt
Automated Action 163b82dab7 Fix deployment error with pydantic_settings
- Add pydantic-settings to requirements.txt
- Update config.py to handle missing pydantic_settings module
- Use fallback to regular pydantic BaseSettings if pydantic_settings is not available
2025-05-17 13:38:59 +00:00

8 lines
141 B
Plaintext

fastapi>=0.68.0
uvicorn>=0.15.0
sqlalchemy>=1.4.0
alembic>=1.7.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=0.19.0
ruff>=0.0.270