Skip to content

Commit 1ac0abc

Browse files
committed
Merge pull request kivy#702 from kahowell/colorama-version-fix
Bump colorama requirement to 0.3.3
2 parents 6274da8 + 2218229 commit 1ac0abc

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)