Skip to content

Commit

Permalink
Require a newer Pyflakes
Browse files Browse the repository at this point in the history
We don't regularly test against the previous major version.
  • Loading branch information
myint committed May 12, 2017
1 parent a6a08f5 commit d756487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ def version():
py_modules=['autoflake'],
entry_points={
'console_scripts': ['autoflake = autoflake:main']},
install_requires=['pyflakes>=0.8.1'],
install_requires=['pyflakes>=1.0'],
test_suite='test_autoflake')

0 comments on commit d756487

Please sign in to comment.