homelab_automation/app/requirements.txt
Bruno Charest 07c5689e8e
Some checks failed
Tests / Backend Tests (Python) (3.10) (push) Has been cancelled
Tests / Backend Tests (Python) (3.11) (push) Has been cancelled
Tests / Backend Tests (Python) (3.12) (push) Has been cancelled
Tests / Frontend Tests (JS) (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / All Tests Passed (push) Has been cancelled
Add asyncssh dependency, fix scheduler datetime comparison for naive/aware timezones, and update Docker configuration to use port 8008 with proper application structure and Alembic migrations support
2025-12-16 21:20:08 -05:00

26 lines
492 B
Plaintext

fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.12.0
pydantic[email]>=2.12.0
pydantic-settings>=2.0.0
python-multipart>=0.0.9
PyYAML>=6.0.2
websockets>=14.0
aiofiles>=24.1.0
python-dotenv>=1.0.1
requests>=2.32.0
httpx>=0.28.0
apscheduler>=3.10.0
croniter>=2.0.0
pytz>=2024.1
sqlalchemy>=2.0.0
alembic>=1.12.0
aiosqlite>=0.19.0
pytest>=7.0.0
pytest-asyncio>=0.21.0
# Authentication
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
reportlab>=4.0.0
pillow>=10.0.0
asyncssh>=2.14.0