Skip to content

Commit

Permalink
After looking at older documentation of flake8, I think all flake8 3.…
Browse files Browse the repository at this point in the history
…* version should work: http://flake8.pycqa.org/en/3.0.0/user/python-api.html. So removing the version check completly.
  • Loading branch information
nouiz committed Mar 17, 2018
1 parent 8b03798 commit f867842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -101,7 +101,7 @@ def do_setup():
install_requires=['numpy>=1.9.1', 'scipy>=0.14', 'six>=1.9.0'],
# pygments is a dependency for Sphinx code highlight
extras_require={
'test': ['nose>=1.3.0', 'parameterized', 'flake8<3,>3.3'],
'test': ['nose>=1.3.0', 'parameterized', 'flake8'],
'doc': ['Sphinx>=0.5.1', 'pygments']
},
package_data={
Expand Down

0 comments on commit f867842

Please sign in to comment.