Обновление файла
This commit is contained in:
@@ -1,14 +1,25 @@
|
||||
# --- 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
|
||||
passlib[bcrypt]==1.7.4
|
||||
bcrypt==4.0.1
|
||||
|
||||
# --- Валидация / конфиг ---
|
||||
pydantic==2.7.4
|
||||
pydantic-settings==2.3.4
|
||||
|
||||
# --- Proxmox и HTTP ---
|
||||
proxmoxer==2.0.1
|
||||
requests==2.32.3
|
||||
python-multipart==0.0.9
|
||||
websockets==12.0
|
||||
httpx==0.27.0
|
||||
|
||||
# --- WebSocket / form-data ---
|
||||
websockets==12.0
|
||||
python-multipart==0.0.9
|
||||
|
||||
Reference in New Issue
Block a user