Skip to content

Commit c6490e7

Browse files
authored
chore: fix sdiff version to 0.4.1 because 1.0.0 will be incompatible with python 3.6 (#36)
1 parent aa117bb commit c6490e7

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+https://github.com/KeepSafe/html-structure-diff.git#egg=sdiff',
13+
'sdiff @ git+https://github.com/KeepSafe/html-structure-diff.git@0.4.1#egg=sdiff',
1414
'aiohttp >=3, <3.4',
1515
'Markdown',
1616
'parse >=1, <2',

0 commit comments

Comments
 (0)