Skip to content

Commit c3e48eb

Browse files
authored
Relax version dependency on python-six to 1.8.0 (#365)
1 parent 6e9590f commit c3e48eb

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
@@ -53,7 +53,7 @@
5353
'shellescape >= 3.4.1, < 3.5',
5454
'schema-salad >= 2.4.20170308171942, < 3',
5555
'typing >= 3.5.2, < 3.6',
56-
'six >= 1.10.0',
56+
'six >= 1.8.0',
5757

5858
],
5959
setup_requires=[] + pytest_runner,

0 commit comments

Comments
 (0)