Skip to content

Commit 0d1b62b

Browse files
committed
Merge pull request kivy#422 from alanjds/patch-1
[FIX] AttributeError: 'AnsiCodes' object has no attribute 'LIGHTBLUE_EX'
2 parents 12ec77d + af7b66b commit 0d1b62b

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)