Skip to content

Commit 08983a0

Browse files
committed
Added jinja2 to install_requirements
1 parent 9f3d275 commit 08983a0

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
@@ -10,7 +10,7 @@
1010
author_email='[email protected]',
1111
url='https://github.com/inclement/python-for-android-revamp',
1212
license='MIT',
13-
install_requires=['appdirs', 'colorama', 'sh'],
13+
install_requires=['appdirs', 'colorama', 'sh', 'jinja2'],
1414
entry_points={
1515
'console_scripts': [
1616
'python-for-android = pythonforandroid.toolchain:ToolchainCL',

0 commit comments

Comments
 (0)