Skip to content

Commit aa117bb

Browse files
committed
fixes: sdiff dependecy URL from ssh to https
does not require pip to support ssh as source
1 parent 61cf147 commit aa117bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(f):
1010

1111

1212
install_requires = [
13-
'sdiff @ git+ssh://git@github.com/KeepSafe/html-structure-diff.git#egg=sdiff',
13+
'sdiff @ git+https://github.com/KeepSafe/html-structure-diff.git#egg=sdiff',
1414
'aiohttp >=3, <3.4',
1515
'Markdown',
1616
'parse >=1, <2',

0 commit comments

Comments
 (0)