Skip to content

Commit

Permalink
enforce setuptools modules during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hdd committed May 6, 2020
1 parent 8fe0b0f commit d784a34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ def run_tests(self):
'clique >= 1.2.0, < 2',
'websocket-client >= 0.40.0, < 1',
'future >=0.16.0, < 1',
'six >= 1, < 2'
'six >= 1, < 2',
'setuptools>=30.3.0',
'setuptools_scm'
],
tests_require=[
'pytest >= 2.7, < 3',
Expand Down

0 comments on commit d784a34

Please sign in to comment.