From c05adace8cdf91c7fbed0ae191f2a40ea9106258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 27 May 2020 19:14:40 +0200 Subject: [PATCH] pantalaimon: Fix the version of our aiohttp dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e2e263..ecfcf38 100644 --- a/setup.py +++ b/setup.py @@ -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",