From ad35c6a2297b7eed7e30ec34477c9d045f6178d5 Mon Sep 17 00:00:00 2001 From: timotheyca Date: Fri, 19 Aug 2022 03:22:34 +0300 Subject: [PATCH] migrate to new gitea --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a905dfc..628c4fa 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,6 @@ setup( install_requires=[ 'aiohttp', 'PyNaCl~=1.4.0', - 'ptvp35 @ git+https://gitea.ongoteam.net/PTV/ptvp35.git@25727aabd7afd69f66051c806190480302e67260' + 'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@f3429eb1ebddda9d31c0c8b6a5b780db20896ef0' ] )