Merge "Add flake8-import-order to global-requirements.txt"

This commit is contained in:
Jenkins 2017-02-15 01:22:50 +00:00 committed by Gerrit Code Review
commit 119aa820cc
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# over time.
flake8
flake8_docstrings
flake8-import-order
hacking
mccabe
pep257

View File

@ -418,6 +418,7 @@ zake>=0.1.6 # Apache-2.0
# beyond this list would ever use a ==
flake8>=2.5.4,<2.6.0 # MIT
flake8_docstrings==0.2.1.post1 # MIT
flake8-import-order==0.11 # LGPLv3
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
mccabe==0.2.1 # MIT License
pep257==0.7.0 # MIT License