aiohttp downgrade
This commit is contained in:
parent
6d3edea0e0
commit
a187cfe9cc
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Reference in New Issue
Block a user