Skip to content

Commit af7b66b

Browse files
committed
[FIX] AttributeError: 'AnsiCodes' object has no attribute 'LIGHTBLUE_EX'
"colorama<0.3" have no LIGHTBLUE_EX. Fixes.
1 parent 9e3b524 commit af7b66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def recursively_include(results, directory, patterns):
4646
author_email='kivy-dev@googlegroups.com',
4747
url='https://github.com/inclement/python-for-android-revamp',
4848
license='MIT',
49-
install_requires=['appdirs', 'colorama', 'sh', 'jinja2', 'argparse'],
49+
install_requires=['appdirs', 'colorama>0.3', 'sh', 'jinja2', 'argparse'],
5050
entry_points={
5151
'console_scripts': [
5252
'python-for-android = pythonforandroid.toolchain:ToolchainCL',

0 commit comments

Comments
 (0)