diff --git a/setup.py b/setup.py index a24591a3a95ff70b04372b99014d3fb72fe3d3cb..383555e9962c5f4d7230fb694f8e0eef55144786 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,10 @@ setup( url='https://gitlab.bfa.ar/adorda/django-gateway', author='Agustin Vicente Dorda Recalde', author_email='agustindorda@gmail.com', + install_requires=[ + 'aiohttp==3.5.4', + 'web3==4.6.0' + ], classifiers=[ 'Framework :: Django', 'Framework :: Django :: 2.1', # replace "X.Y" as appropriate