From 60541890b631ce6788ecd8b64f932c74ec0df86f Mon Sep 17 00:00:00 2001 From: host Date: Sat, 25 Jul 2026 03:31:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6307df6..bc7db81 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,9 +20,5 @@ 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 +# --- Прочее --- +python-multipart==0.0.9 \ No newline at end of file