Skip to content

Commit

Permalink
Merge pull request #25 from hartwork/issue-14-setup-py-add-six-to-ins…
Browse files Browse the repository at this point in the history
…tall-requires

setup.py: Add six to install_requires (fixes #24)
  • Loading branch information
ssbarnea authored Apr 15, 2020
2 parents 702fc77 + 49dd3e8 commit 9343bb1
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 9343bb1

Please sign in to comment.