Files
Proxmox-VPS-Panel/backend/requirements.txt
T
2026-07-25 01:34:18 +03:00

29 lines
755 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# --- Web framework ---
fastapi==0.111.0
uvicorn[standard]==0.30.1
# --- DB / ORM ---
sqlalchemy==2.0.30
psycopg2-binary==2.9.9
# --- Auth ---
# Используем bcrypt напрямую — passlib 1.7.4 несовместим с bcrypt 4.x.
bcrypt==4.1.2
python-jose[cryptography]==3.3.0
# --- Валидация / конфиг ---
pydantic==2.7.4
pydantic-settings==2.3.4
# --- Proxmox и HTTP ---
proxmoxer==2.0.1
requests==2.32.3
httpx==0.27.0
# --- WebSocket / form-data ---
# aiohttp нужен для VNC WebSocket-прокси: лучше работает с редиректами,
# чем websockets (последний падает на https→wss redirect в Proxmox 8.x+).
aiohttp==3.10.10
websockets==12.0
python-multipart==0.0.9