Upgrade requirements to pep8 1.4.3 and mccabe 0.2

This commit is contained in:
Florent Xicluna 2013-02-22 08:30:37 +01:00
parent b2b4590ba6
commit 467b9f5c29
2 changed files with 8 additions and 4 deletions

View file

@ -33,8 +33,8 @@ setup(
install_requires=[
"setuptools",
"pyflakes >= 0.6.1",
"pep8 >= 1.4.2",
"mccabe >= 0.2a0",
"pep8 >= 1.4.3",
"mccabe >= 0.2",
],
entry_points={
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],