diff --git a/setup.py b/setup.py index 3c774da..e189283 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ setup( url="http://bitbucket.org/tarek/flake8", packages=["flake8", "flake8.tests"], install_requires=[ - "setuptools", "pyflakes >= 0.6.1", "pep8 >= 1.4.3", "mccabe >= 0.2",