Skip to content

Commit

Permalink
Relax version dependency on python-six to 1.8.0 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetron authored Apr 13, 2017
1 parent 6e9590f commit c3e48eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'shellescape >= 3.4.1, < 3.5',
'schema-salad >= 2.4.20170308171942, < 3',
'typing >= 3.5.2, < 3.6',
'six >= 1.10.0',
'six >= 1.8.0',

],
setup_requires=[] + pytest_runner,
Expand Down

0 comments on commit c3e48eb

Please sign in to comment.