From 431fece80eddd69b1b44f8ce6f42449efdf57a60 Mon Sep 17 00:00:00 2001 From: adorda <angdmz@gmail.com> Date: Thu, 10 Oct 2019 15:45:40 -0300 Subject: [PATCH] aiohttp downgrade --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 94ab5a1..bfc5e27 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-ethgateway', - version='0.0.4', + version='0.0.5', packages=find_packages(), include_package_data=True, license='GNU GPL License', # example license @@ -19,7 +19,7 @@ setup( author='Agustin Vicente Dorda Recalde', author_email='agustindorda@gmail.com', install_requires=[ - 'aiohttp==3.5.4', + 'aiohttp==2.3.10', 'web3==4.6.0', 'Django==2.1.7' ], -- GitLab