Skip to content

Commit

Permalink
[FIX] AttributeError: 'AnsiCodes' object has no attribute 'LIGHTBLUE_EX'
Browse files Browse the repository at this point in the history
"colorama<0.3" have no LIGHTBLUE_EX. Fixes.
  • Loading branch information
alanjds authored and inclement committed Oct 4, 2015
1 parent fdb3708 commit 4f87df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def recursively_include(results, directory, patterns):
author_email='kivy-dev@googlegroups.com',
url='/~https://github.com/inclement/python-for-android-revamp',
license='MIT',
install_requires=['appdirs', 'colorama', 'sh', 'jinja2', 'argparse'],
install_requires=['appdirs', 'colorama>0.3', 'sh', 'jinja2', 'argparse'],
entry_points={
'console_scripts': [
'python-for-android = pythonforandroid.toolchain:ToolchainCL',
Expand Down

0 comments on commit 4f87df1

Please sign in to comment.