From ecff35b9aee9c8132d5b1d515173e7114c79eb25 Mon Sep 17 00:00:00 2001 From: timotheyca Date: Sat, 27 Nov 2021 22:20:41 +0300 Subject: [PATCH] aiohttp downgrade --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84b0654..75b6b50 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( description='', install_requires=[ 'setuptools~=57.0.0', - 'aiohttp~=3.8.1', + 'aiohttp~=3.8.0', 'PyNaCl~=1.4.0', ] )