Allow six to bump

This commit is contained in:
Anthony Sottile 2015-06-17 11:49:19 -07:00
parent 99574324eb
commit 516cc9fa72
2 changed files with 1 additions and 2 deletions

View file

@ -7,4 +7,3 @@ mock
pre-commit pre-commit
pylint<1.4 pylint<1.4
pytest pytest
six==1.9.0

View file

@ -32,7 +32,7 @@ setup(
'autopep8>=1.1', 'autopep8>=1.1',
'pyyaml', 'pyyaml',
'simplejson', 'simplejson',
'six==1.9.0', 'six',
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [