We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3d275 commit 08983a0Copy full SHA for 08983a0
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
author_email='[email protected]',
11
url='https://github.com/inclement/python-for-android-revamp',
12
license='MIT',
13
- install_requires=['appdirs', 'colorama', 'sh'],
+ install_requires=['appdirs', 'colorama', 'sh', 'jinja2'],
14
entry_points={
15
'console_scripts': [
16
'python-for-android = pythonforandroid.toolchain:ToolchainCL',
0 commit comments