Pin colorama to a version that works for Python 3.4

This commit is contained in:
Dave Halter
2019-12-07 01:09:21 +01:00
parent bd5909e7b2
commit 1f73c65dcd

View File

@@ -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',