From 370850ad0acb33c33f5e7dcc3202bf637f4a5eb6 Mon Sep 17 00:00:00 2001 From: timofey Date: Thu, 10 Nov 2022 07:30:25 +0000 Subject: [PATCH] new db --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2502bb9..6312bd9 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,7 @@ setup( ], extras_require={ 'full': [ - # 'ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@update_this_when_necessary', - 'v6d0auth[full] @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@c4b7a4900d36cb74b5aa544864cbbd3125415bb4', + 'v6d0auth[full] @ git+https://gitea.parrrate.ru/PTV/v6d0auth.git@f67bdf12ca73087333c07812442b25fd20a5e35d', ], }, )