Skip to content

Commit

Permalink
Merge pull request #22 from adhikasp/bump-pyflakes
Browse files Browse the repository at this point in the history
Bump Pyflakes to 1.1.0
  • Loading branch information
myint authored Jun 17, 2017
2 parents e9caac4 + 47b0efa commit 96f4a8c
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>=1.0'],
install_requires=['pyflakes>=1.1.0'],
test_suite='test_autoflake')

0 comments on commit 96f4a8c

Please sign in to comment.