Skip to content

Commit

Permalink
Allow six to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 17, 2015
1 parent 9957432 commit 516cc9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ mock
pre-commit
pylint<1.4
pytest
six==1.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'autopep8>=1.1',
'pyyaml',
'simplejson',
'six==1.9.0',
'six',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 516cc9f

Please sign in to comment.