From 1f73c65dcd9522d091e1e064e284f9786d966042 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 7 Dec 2019 01:09:21 +0100 Subject: [PATCH] Pin colorama to a version that works for Python 3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2be6a65c..b4419b6f 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup(name='jedi', # docopt for sith doctests 'docopt', # coloroma for colored debug output - 'colorama', + 'colorama==0.4.1', # Pinned so it works for Python 3.4 ], }, package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE',