Skip to content

Commit 906d102

Browse files
authored
Merge pull request #184 from SamSchott/patch-1
bump six requirement to >=1.12.0
2 parents 6289b86 + 8d2866b commit 906d102

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
@@ -26,7 +26,7 @@
2626

2727
install_reqs = [
2828
'requests >= 2.16.2',
29-
'six >= 1.3.0',
29+
'six >= 1.12.0',
3030
]
3131

3232
setup_requires = [

0 commit comments

Comments
 (0)