Skip to content

Commit 5ed0ee8

Browse files
committed
require sh >= 1.10
1 parent 70497d1 commit 5ed0ee8

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='[email protected]',
4848
url='https://github.com/kivy/python-for-android',
4949
license='MIT',
50-
install_requires=['appdirs', 'colorama>0.3', 'sh', 'jinja2', 'argparse',
50+
install_requires=['appdirs', 'colorama>0.3', 'sh>=1.10', 'jinja2', 'argparse',
5151
'six'],
5252
entry_points={
5353
'console_scripts': [

0 commit comments

Comments
 (0)