edgi-govdata-archiving / web-monitoring-diff

Tools for diffing and comparing web content. Also includes a web server that makes diffs available as an HTTP service.
https://web-monitoring-diff.readthedocs.io/
GNU General Public License v3.0
11 stars 4 forks source link

Update fast_diff_match_patch #126

Closed Mr0grog closed 2 years ago

Mr0grog commented 2 years ago

The diff_match_patch_python package was renamed to fast_diff_match_patch. This updates it and switches to the new name (it was out-of-date enough to trigger deprecation warnings on some Python versions).

I also fixed a typo in the version constraints for html5-parser while doing this.