Skip to content

Commit 9bda97b

Browse files
Add six to required packages.
1 parent 1c9a2bd commit 9bda97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
),
3434
python_requires='>=2.7',
3535
install_requires=[
36+
'six',
3637
],
3738
extras_require={
3839
'testing': [

0 commit comments

Comments
 (0)