Skip to content

Commit 47b0efa

Browse files
committed
Bump Pyflakes to 1.1.0
``pyflakes.messages.ImportStarUsage`` only got introduced in v 1.1.0 Fixes #21
1 parent e9caac4 commit 47b0efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ def version():
3434
py_modules=['autoflake'],
3535
entry_points={
3636
'console_scripts': ['autoflake = autoflake:main']},
37-
install_requires=['pyflakes>=1.0'],
37+
install_requires=['pyflakes>=1.1.0'],
3838
test_suite='test_autoflake')

0 commit comments

Comments
 (0)