Upgrade dependencies.

This commit is contained in:
Ian Cordasco 2013-07-04 11:29:50 -04:00
parent d3faf6afab
commit a3b4cd6bed

View file

@ -31,9 +31,9 @@ setup(
url="http://bitbucket.org/tarek/flake8",
packages=["flake8", "flake8.tests"],
install_requires=[
"pyflakes == 0.6.1",
"pep8 == 1.4.5",
"mccabe == 0.2.1",
"pyflakes >= 0.6.1",
"pep8 >= 1.4.5",
"mccabe >= 0.2.1",
],
entry_points={
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],