We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9caac4 commit 47b0efaCopy full SHA for 47b0efa
setup.py
@@ -34,5 +34,5 @@ def version():
34
py_modules=['autoflake'],
35
entry_points={
36
'console_scripts': ['autoflake = autoflake:main']},
37
- install_requires=['pyflakes>=1.0'],
+ install_requires=['pyflakes>=1.1.0'],
38
test_suite='test_autoflake')
0 commit comments