From 2218229d52c55c57230f61a5b835ef7adf852c20 Mon Sep 17 00:00:00 2001 From: Kevin Howell Date: Fri, 8 Apr 2016 21:51:49 -0400 Subject: [PATCH] Bump colorama requirement to 0.3.3 The EX color variants weren't added until 0.3.3. I found out because Fedora 23 packages colorama 0.3.2, which satisfies the requirement, but causes the error: `AttributeError: 'AnsiCodes' object has no attribute 'LIGHTBLUE_EX'`... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c495246eb..4f91c3341d 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def recursively_include(results, directory, patterns): author_email='kivy-dev@googlegroups.com', url='https://github.com/kivy/python-for-android', license='MIT', - install_requires=['appdirs', 'colorama>0.3', 'sh>=1.10', 'jinja2', 'argparse', + install_requires=['appdirs', 'colorama>=0.3.3', 'sh>=1.10', 'jinja2', 'argparse', 'six'], entry_points={ 'console_scripts': [