We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb3708 commit 4f87df1Copy full SHA for 4f87df1
setup.py
@@ -46,7 +46,7 @@ def recursively_include(results, directory, patterns):
46
author_email='kivy-dev@googlegroups.com',
47
url='https://github.com/inclement/python-for-android-revamp',
48
license='MIT',
49
- install_requires=['appdirs', 'colorama', 'sh', 'jinja2', 'argparse'],
+ install_requires=['appdirs', 'colorama>0.3', 'sh', 'jinja2', 'argparse'],
50
entry_points={
51
'console_scripts': [
52
'python-for-android = pythonforandroid.toolchain:ToolchainCL',
0 commit comments