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

aiohttp downgrade

parent 994356be
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) ...@@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-ethgateway', name='django-ethgateway',
version='0.0.4', version='0.0.5',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
license='GNU GPL License', # example license license='GNU GPL License', # example license
...@@ -19,7 +19,7 @@ setup( ...@@ -19,7 +19,7 @@ setup(
author='Agustin Vicente Dorda Recalde', author='Agustin Vicente Dorda Recalde',
author_email='agustindorda@gmail.com', author_email='agustindorda@gmail.com',
install_requires=[ install_requires=[
'aiohttp==3.5.4', 'aiohttp==2.3.10',
'web3==4.6.0', 'web3==4.6.0',
'Django==2.1.7' '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