From 935f6697d1d2c4871bd826eb3f75209667bee2af Mon Sep 17 00:00:00 2001 From: host Date: Sun, 9 Aug 2026 15:34:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20requests=20=D0=B4=D0=BB=D1=8F=20proxmoxer?= =?UTF-8?q?=20HTTPS=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index b17480c..c65c3b2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,3 +9,4 @@ python-jose[cryptography]==3.3.0 argon2-cffi==23.1.0 alembic==1.14.1 proxmoxer==2.2.0 +requests==2.32.3