Skip to content

Commit

Permalink
Unpin pyflakes/pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Nov 2, 2014
1 parent 3564efe commit 13fc7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
include_package_data=True,
packages=find_packages(),
test_suite="runtests.main",
tests_require=["pyflakes==0.6.1", "pep8==1.4.1"],
tests_require=["pyflakes>=0.6.1", "pep8>=1.4.1"],

install_requires=[
"mezzanine >= 3.1",
Expand Down

0 comments on commit 13fc7fc

Please sign in to comment.