Skip to content

Commit 7ae7c4a

Browse files
author
Dzmitry Humianiuk
authored
Merge pull request #20 from reportportal/add-six-dep
Add six dependency into setup.py
2 parents 8216e6c + 4486d25 commit 7ae7c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
license='GNU General Public License v3',
1313
keywords=['testing', 'reporting', 'reportportal'],
1414
classifiers=[],
15-
install_requires=['requests>=2.4.2'],
15+
install_requires=['requests>=2.4.2', 'six'],
1616
)

0 commit comments

Comments
 (0)