mirror of
https://github.com/openzim/zimit.git
synced 2025-09-22 11:22:23 -04:00
Merge pull request #480 from openzim/upgrade
Upgrade to Browsertrix Crawler 1.5.5
This commit is contained in:
commit
b85a6b7e4e
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Upgrade to browsertrix crawler 1.5.5 (#480)
|
||||||
|
|
||||||
## [3.0.1] - 2024-02-24
|
## [3.0.1] - 2024-02-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM webrecorder/browsertrix-crawler:1.5.4
|
FROM webrecorder/browsertrix-crawler:1.5.5
|
||||||
LABEL org.opencontainers.image.source=https://github.com/openzim/zimit
|
LABEL org.opencontainers.image.source=https://github.com/openzim/zimit
|
||||||
|
|
||||||
# add deadsnakes ppa for latest Python on Ubuntu
|
# add deadsnakes ppa for latest Python on Ubuntu
|
||||||
|
@ -11,7 +11,7 @@ dependencies = [
|
|||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"inotify==0.2.10",
|
"inotify==0.2.10",
|
||||||
"tld==0.13",
|
"tld==0.13",
|
||||||
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
|
"warc2zim==2.2.2",
|
||||||
]
|
]
|
||||||
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user