Fix #83 (bitbucket)

Tarek had explained to me how important adding specific pins were for
versioning. I forgot to fix this prior to now.
This commit is contained in:
Ian Cordasco 2013-03-24 16:33:48 -04:00
parent 4efd19ce09
commit d29f822b10

View file

@ -31,9 +31,9 @@ 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=[
"pyflakes >= 0.6.1", "pyflakes == 0.6.1",
"pep8 >= 1.4.3", "pep8 == 1.4.5",
"mccabe >= 0.2", "mccabe == 0.2",
], ],
entry_points={ entry_points={
'distutils.commands': ['flake8 = flake8.main:Flake8Command'], 'distutils.commands': ['flake8 = flake8.main:Flake8Command'],