Skip to content

Commit e07526e

Browse files
authored
Removed max version required for sh module
1 parent 93759f3 commit e07526e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
install_reqs = ['appdirs', 'colorama>=0.3.3', 'jinja2',
2121
'six']
2222
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',
23+
install_reqs = ['appdirs', 'colorama>=0.3.3', 'sh>=1.10', 'jinja2',
2624
'six']
2725

2826
# By specifying every file manually, package_data will be able to

0 commit comments

Comments
 (0)