Merged (bitbucket) pull request #32

From diogobaeder/flake8/default
This commit is contained in:
Ian Cordasco 2013-02-25 17:46:22 -05:00
commit 02943c496f
3 changed files with 2 additions and 3 deletions

View file

@ -31,7 +31,6 @@ setup(
url="http://bitbucket.org/tarek/flake8", url="http://bitbucket.org/tarek/flake8",
packages=["flake8", "flake8.tests"], packages=["flake8", "flake8.tests"],
install_requires=[ install_requires=[
"setuptools",
"pyflakes >= 0.6.1", "pyflakes >= 0.6.1",
"pep8 >= 1.4.3", "pep8 >= 1.4.3",
"mccabe >= 0.2", "mccabe >= 0.2",