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 81f6d77 commit 70fa6ddCopy full SHA for 70fa6dd
setup.py
@@ -21,7 +21,7 @@
21
# https://github.com/kivy/buildozer/issues/722
22
install_reqs = [
23
'appdirs', 'colorama>=0.3.3', 'jinja2',
24
- 'sh>=1.10; sys_platform!="nt"',
+ 'sh>=1.10, <2.0; sys_platform!="nt"',
25
'pep517', 'toml', 'packaging',
26
]
27
# (pep517 and toml are used by pythonpackage.py)
0 commit comments