forked from VimPlug/jedi
Pin colorama to a version that works for Python 3.4
This commit is contained in:
2
setup.py
2
setup.py
@@ -42,7 +42,7 @@ setup(name='jedi',
|
|||||||
# docopt for sith doctests
|
# docopt for sith doctests
|
||||||
'docopt',
|
'docopt',
|
||||||
# coloroma for colored debug output
|
# 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',
|
package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE',
|
||||||
|
|||||||
Reference in New Issue
Block a user