Skip to content

Commit 04569d2

Browse files
committed
Update requirement for six >= 1.10.0
1 parent 5806d7c commit 04569d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""",
1616
install_requires=[
1717
'arrow',
18-
'six',
18+
'six>=1.10.0',
1919
],
2020
zip_safe=False
2121
)

0 commit comments

Comments
 (0)