Upgrade to warc2zim 2.0.3

This commit is contained in:
benoit74 2024-07-24 05:35:55 +00:00
parent 9d43636559
commit 8a64216ac0
No known key found for this signature in database
GPG Key ID: B89606434FC7B530
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgraded Browsertrix Crawler to 1.2.5
- Upgraded warc2zim to 2.0.3
## [2.0.4] - 2024-07-15

View File

@ -11,7 +11,7 @@ dependencies = [
"requests==2.32.3",
"inotify==0.2.10",
"tld==0.13",
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
"warc2zim==2.0.3",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]