Merge branch 'use-pycodestyle' from IanLee1521

I've merged this into a local branch which I'll then merge into master

Conflicts:
      setup.py
This commit is contained in:
Ian Cordasco 2016-06-15 12:10:05 -05:00
commit 0a6ecad806
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
12 changed files with 18 additions and 18 deletions

View file

@ -50,7 +50,7 @@ setup(
packages=["flake8", "flake8.tests"],
install_requires=[
"pyflakes >= 0.8.1, < 1.3, != 1.2.0, != 1.2.1, != 1.2.2",
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
"pycodestyle >= 2.0, < 2.1",
"mccabe >= 0.2.1, < 0.6",
],
entry_points={