flake8 requirements: Add comment for pep8 pin

This commit is contained in:
Florian Bruhin 2016-07-26 16:14:21 +02:00
parent 54b9ead0d0
commit b30773aa68
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ hacking==0.11.0
mccabe==0.5.0 mccabe==0.5.0
packaging==16.7 packaging==16.7
pbr==1.10.0 pbr==1.10.0
pep8==1.7.0 pep8==1.5.7
pep8-naming==0.4.1 pep8-naming==0.4.1
pycodestyle==2.0.0 pycodestyle==2.0.0
pydocstyle==1.0.0 pydocstyle==1.0.0

View File

@ -15,6 +15,7 @@ pep8-naming
pydocstyle pydocstyle
pyflakes pyflakes
# Pinned to 1.5.7 by hacking otherwise
pep8==1.7.0 pep8==1.7.0
# Waiting until hacking/flake8-tuple are updated # Waiting until hacking/flake8-tuple are updated