Skip to content
Snippets Groups Projects
Commit 431fece8 authored by adorda's avatar adorda
Browse files

aiohttp downgrade

parent 994356be
Branches master
Tags v0.0.5
No related merge requests found
......@@ -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'
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment