summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjab <jab@users.noreply.github.com>2019-02-27 16:29:10 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2019-02-28 17:04:11 +0100
commitd7947b7eaf43905458ee59eaf06a7ca946111929 (patch)
tree6542756472d2cbf6c86b2b88b1ebe0cfd20a57f1
parentb22c1d71fde5e62d5ce6ddb043f5f6b360a499b7 (diff)
downloadpylint-git-d7947b7eaf43905458ee59eaf06a7ca946111929.tar.gz
Pin dependencies to non-breaking version ranges
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 2082a2faf..8d4cf05b6 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -34,7 +34,7 @@ if dev_version:
else:
version = string_version
-install_requires = ["astroid>=2.2.0", "isort >= 4.2.5", "mccabe"]
+install_requires = ["astroid>=2.2.0,<3", "isort>=4.2.5,<5", "mccabe>=0.6,<0.7"]
dependency_links = [] # type: ignore