Skip to content

Commit 4486d25

Browse files
authored
Add six dependency into setup.py
1 parent 8216e6c commit 4486d25

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)