Skip to content

Commit 23e31a5

Browse files
Jeremy Bowmanwillmcgugan
authored andcommitted
Loosen constraint on six version (#28)
1 parent 93f9673 commit 23e31a5

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
@@ -25,7 +25,7 @@
2525
REQUIREMENTS = [
2626
"boto3~=1.4",
2727
"fs~=2.0.18",
28-
"six~=1.10.0"
28+
"six~=1.10"
2929
]
3030

3131
setup(

0 commit comments

Comments
 (0)