Skip to content

Commit

Permalink
Removed max version required for sh module
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement authored May 6, 2018
1 parent 93759f3 commit e07526e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
install_reqs = ['appdirs', 'colorama>=0.3.3', 'jinja2',
'six']
else:
# don't use sh after 1.12.5, we have performance issues
# https://github.com/amoffat/sh/issues/378
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',
'six']

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

0 comments on commit e07526e

Please sign in to comment.