| commit | 516cc9fa72ad09699f2c03ffbd0aa7f60d75b59a | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Wed Jun 17 11:49:19 2015 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Wed Jun 17 11:49:19 2015 -0700 |
| tree | b9101c399187e735022256cf01c6820c4372a231 | |
| parent | 99574324eb088c54ebde5ed112fa11245c551aac [diff] |
Allow six to bump
diff --git a/requirements-dev.txt b/requirements-dev.txt index a7dac81..97343d5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt
@@ -7,4 +7,3 @@ pre-commit pylint<1.4 pytest -six==1.9.0
diff --git a/setup.py b/setup.py index f09e6d5..7a66dcf 100644 --- a/setup.py +++ b/setup.py
@@ -32,7 +32,7 @@ 'autopep8>=1.1', 'pyyaml', 'simplejson', - 'six==1.9.0', + 'six', ], entry_points={ 'console_scripts': [