Skip to content

Commit 2218229

Browse files
committed
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'`...
1 parent 6274da8 commit 2218229

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
@@ -47,7 +47,7 @@ def recursively_include(results, directory, patterns):
4747
author_email='kivy-dev@googlegroups.com',
4848
url='https://github.com/kivy/python-for-android',
4949
license='MIT',
50-
install_requires=['appdirs', 'colorama>0.3', 'sh>=1.10', 'jinja2', 'argparse',
50+
install_requires=['appdirs', 'colorama>=0.3.3', 'sh>=1.10', 'jinja2', 'argparse',
5151
'six'],
5252
entry_points={
5353
'console_scripts': [

0 commit comments

Comments
 (0)