From d382a0aa59525c40009bc9e6c30aaec3e506062a Mon Sep 17 00:00:00 2001 From: timofey Date: Tue, 1 Nov 2022 08:03:04 +0000 Subject: [PATCH] install_requires --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5577715..fd89971 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( install_requires=[ 'aiohttp', 'PyNaCl~=1.4.0', - 'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@f3429eb1ebddda9d31c0c8b6a5b780db20896ef0', - 'v6d0auth @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@ad35c6a2297b7eed7e30ec34477c9d045f6178d5' + 'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@632569a13521e6769ebe8bc4339c4f39a519be4f', + 'v6d0auth @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@4c5dbaefece0721e27b8d38a4e7daa043400b3cf', ] )