summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-05-30 16:00:59 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-05-30 16:00:59 -0500
commit8300e0f97ce6e2dba00d17e82bd15cc23f4cae06 (patch)
tree7975fcfb929248bf4f9fb481d533b337b27119ce /setup.py
parentf54c0874f8ae6783f54b71a4969f21ce2bcbfdcd (diff)
downloadflake8-8300e0f97ce6e2dba00d17e82bd15cc23f4cae06.tar.gz
Update dependency version constraints
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index beadf73..9fa91fd 100644
--- a/setup.py
+++ b/setup.py
@@ -29,9 +29,9 @@ if mock is None:
requires = [
- "pyflakes >= 0.8.1, < 1.1",
+ "pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2",
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
- "mccabe >= 0.2.1, < 0.4",
+ "mccabe >= 0.5.0",
]
if sys.version_info < (3, 4):