aiohttp downgrade

This commit is contained in:
AF 2021-11-27 22:22:19 +03:00
parent 6d3edea0e0
commit a187cfe9cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
aiohttp~=3.8.0 aiohttp
PyNaCl~=1.4.0 PyNaCl~=1.4.0
git+https://gitea.ongoteam.net/PTV/ptvp35.git git+https://gitea.ongoteam.net/PTV/ptvp35.git
git+https://gitea.ongoteam.net/PTV/v6d0auth.git git+https://gitea.ongoteam.net/PTV/v6d0auth.git

View File

@ -10,7 +10,7 @@ setup(
author_email='', author_email='',
description='', description='',
install_requires=[ install_requires=[
'aiohttp~=3.8.0', 'aiohttp',
'PyNaCl~=1.4.0', 'PyNaCl~=1.4.0',
'ptvp35 @ git+https://gitea.ongoteam.net/PTV/ptvp35.git', 'ptvp35 @ git+https://gitea.ongoteam.net/PTV/ptvp35.git',
'v6d0auth @ git+https://gitea.ongoteam.net/PTV/v6d0auth.git', 'v6d0auth @ git+https://gitea.ongoteam.net/PTV/v6d0auth.git',