Skip to content

Commit cb91fb3

Browse files
authored
Merge pull request corpetty#28 from AndreMiras/feature/setup_install_requires
Uses `install_requires` in setup.py, fixes corpetty#27
2 parents f45a313 + e889797 commit cb91fb3

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)