Skip to content

Commit 5abf435

Browse files
author
vkasatkin
committed
List python dependencies refs corpetty#22
1 parent a783f72 commit 5abf435

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pip-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests==2.18.4

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
license='MIT',
99
author='coreypetty',
1010
author_email='corey.a.petty@gmail.com',
11-
description='Python Bindings to Etherscan.io API'
11+
description='Python Bindings to Etherscan.io API',
12+
requires=[
13+
'requests==2.18.4',
14+
],
1215
)

0 commit comments

Comments
 (0)