Skip to content

Commit

Permalink
Merge pull request #20 from reportportal/add-six-dep
Browse files Browse the repository at this point in the history
Add six dependency into setup.py
  • Loading branch information
Dzmitry Humianiuk authored Jun 21, 2017
2 parents 8216e6c + 4486d25 commit 7ae7c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
license='GNU General Public License v3',
keywords=['testing', 'reporting', 'reportportal'],
classifiers=[],
install_requires=['requests>=2.4.2'],
install_requires=['requests>=2.4.2', 'six'],
)

0 comments on commit 7ae7c4a

Please sign in to comment.