We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93759f3 commit e07526eCopy full SHA for e07526e
1 file changed
setup.py
@@ -20,9 +20,7 @@
20
install_reqs = ['appdirs', 'colorama>=0.3.3', 'jinja2',
21
'six']
22
else:
23
- # don't use sh after 1.12.5, we have performance issues
24
- # https://github.com/amoffat/sh/issues/378
25
- install_reqs = ['appdirs', 'colorama>=0.3.3', 'sh>=1.10,<1.12.5', 'jinja2',
+ install_reqs = ['appdirs', 'colorama>=0.3.3', 'sh>=1.10', 'jinja2',
26
27
28
# By specifying every file manually, package_data will be able to
0 commit comments