diff --git a/setup.py b/setup.py index e189283..d7c7601 100644 --- a/setup.py +++ b/setup.py @@ -31,9 +31,9 @@ setup( url="http://bitbucket.org/tarek/flake8", packages=["flake8", "flake8.tests"], install_requires=[ - "pyflakes >= 0.6.1", - "pep8 >= 1.4.3", - "mccabe >= 0.2", + "pyflakes == 0.6.1", + "pep8 == 1.4.5", + "mccabe == 0.2", ], entry_points={ 'distutils.commands': ['flake8 = flake8.main:Flake8Command'],