Skip to content

Commit

Permalink
setup.py: Add six to install_requires (fixes #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Apr 15, 2020
1 parent 702fc77 commit 49dd3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def run_tests(self):

setuptools.setup(
setup_requires=['pbr>=1.10', 'setuptools>=17.1', 'pytest-runner'],
install_requires=['six'],
pbr=True,
cmdclass={'test': PyTest},
test_suite='tests')

0 comments on commit 49dd3e8

Please sign in to comment.