Skip to content

Commit e889797

Browse files
committed
Uses install_requires in setup.py, fixes corpetty#27
1 parent f45a313 commit e889797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author='coreypetty',
1010
author_email='corey.a.petty@gmail.com',
1111
description='Python Bindings to Etherscan.io API',
12-
requires=[
12+
install_requires=[
1313
'requests==2.18.4',
1414
],
1515
)

0 commit comments

Comments
 (0)