Pin dependencies to non-breaking version ranges

This commit is contained in:
jab 2019-02-27 16:29:10 -05:00 committed by Claudiu Popa
parent dbc1df378c
commit 66f36eec1e

View File

@ -34,7 +34,7 @@ if dev_version:
else: else:
version = string_version 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 dependency_links = [] # type: ignore