mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Let abx-dl own internal version constraints
This commit is contained in:
parent
c8c4a66144
commit
b35fae85b3
@ -80,7 +80,7 @@ dependencies = [
|
||||
"w3lib>=2.2.1", # used for parsing content-type encoding from http response headers & html tags
|
||||
### Extractor dependencies (runtime binaries resolved through abxpkg)
|
||||
### Binary/Package Management
|
||||
"abxbus==2.5.40", # EventBus API
|
||||
"abxbus", # direct imports only; version constrained by abx-dl -> abx-plugins
|
||||
"abxpkg", # direct imports only; version constrained by abx-dl -> abx-plugins
|
||||
"abx-plugins", # direct imports only; version constrained by abx-dl
|
||||
"abx-dl==1.12.40", # shared ArchiveBox downloader package
|
||||
|
||||
2
uv.lock
2
uv.lock
@ -225,7 +225,7 @@ dev = [
|
||||
requires-dist = [
|
||||
{ name = "abx-dl", specifier = "==1.12.40" },
|
||||
{ name = "abx-plugins" },
|
||||
{ name = "abxbus", specifier = "==2.5.40" },
|
||||
{ name = "abxbus" },
|
||||
{ name = "abxpkg" },
|
||||
{ name = "archivebox", extras = ["sonic", "ldap", "debug"], marker = "extra == 'all'" },
|
||||
{ name = "atomicwrites", specifier = "==1.4.1" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user