From 619ca5bf64052368316796316dd762f2c16934c5 Mon Sep 17 00:00:00 2001 From: Alex Angelini Date: Mon, 15 Jan 2018 16:52:40 -0500 Subject: [PATCH] Astroid less than 1.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5386ca5..af77e02 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ def get_version(): install_requires=[ 'GitPython>=2.1.8,<3', 'pylint>=1.7.1,<1.8', + 'astroid>=1.5,<1.6', 'six>=1.10.0,<2', 'typing>=3.5.3.0,<4', 'autopep8>=1.2.2,<2',