From 39e3c9834f8bfda0500260e3845f5e86757e0f9e Mon Sep 17 00:00:00 2001 From: Lukasz Jachym Date: Thu, 10 Oct 2024 19:50:21 +0200 Subject: [PATCH] chore: fix sdiff version to 0.4.1 because 1.0.0 will be incompatible with python 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d59470..72fa18f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(f): install_requires = [ - 'sdiff @ git+https://github.com/KeepSafe/html-structure-diff.git#egg=sdiff', + 'sdiff @ git+https://github.com/KeepSafe/html-structure-diff.git@0.4.1#egg=sdiff', 'aiohttp >=3, <3.4', 'Markdown', 'parse >=1, <2',