Let abx-dl own internal version constraints

This commit is contained in:
Nick Sweeting 2026-07-29 07:30:35 -07:00
parent c8c4a66144
commit b35fae85b3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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" },