Skip to content

Commit ce3a5d7

Browse files
authored
Update setup.py
1 parent e5d4a1b commit ce3a5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
install_requires=[
7070
# make sure it matches requirements.txt
7171
'pygit2==0.26.4', # requires libgit2 0.26
72-
'clint==0.5.1',
73-
'sh==1.12.14' if sys.platform != 'win32' else 'pbs==0.110'
72+
'clint>=0.3.6',
73+
'sh>=1.11' if sys.platform != 'win32' else 'pbs>=0.11'
7474
],
7575
license='MIT',
7676
classifiers=(

0 commit comments

Comments
 (0)