diff --git a/requirements.txt b/requirements.txt index 1ae050a..cfb3b89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp~=3.8.0 +aiohttp PyNaCl~=1.4.0 git+https://gitea.ongoteam.net/PTV/ptvp35.git git+https://gitea.ongoteam.net/PTV/v6d0auth.git diff --git a/setup.py b/setup.py index 3e3be02..02c9e9b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( author_email='', description='', install_requires=[ - 'aiohttp~=3.8.0', + 'aiohttp', 'PyNaCl~=1.4.0', 'ptvp35 @ git+https://gitea.ongoteam.net/PTV/ptvp35.git', 'v6d0auth @ git+https://gitea.ongoteam.net/PTV/v6d0auth.git',