We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a783f72 commit 5abf435Copy full SHA for 5abf435
pip-requirements.txt
@@ -0,0 +1 @@
1
+requests==2.18.4
setup.py
@@ -8,5 +8,8 @@
8
license='MIT',
9
author='coreypetty',
10
author_email='corey.a.petty@gmail.com',
11
- description='Python Bindings to Etherscan.io API'
+ description='Python Bindings to Etherscan.io API',
12
+ requires=[
13
+ 'requests==2.18.4',
14
+ ],
15
)
0 commit comments