From 0fa72c15e894abc1413f617b47c942705cffecdd Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Sat, 26 May 2018 21:11:31 +0900 Subject: [PATCH] Specify astroid<2.0 to avoid pre-releases --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89465f2..29e3b62 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ ] else: _install_requires = [ - 'astroid>=1.4', + 'astroid>=1.4,<2.0', ] setup(