pantalaimon: Fix the version of our aiohttp dependency.

This commit is contained in:
Damir Jelić 2020-05-27 19:14:40 +02:00
parent 4da77c3162
commit c05adace8c

View File

@ -19,7 +19,7 @@ setup(
packages=find_packages(),
install_requires=[
"attrs >= 19.3.0",
"aiohttp >= 3.6.2",
"aiohttp >= 3.6, < 4.0",
"appdirs >= 1.4.4",
"click >= 7.1.2",
"keyring >= 21.2.1",