Rely on abx-dl for plugin dependency

This commit is contained in:
Nick Sweeting 2026-07-26 19:34:06 -07:00
parent 14d14b0096
commit f4ed0699f0
2 changed files with 0 additions and 3 deletions

View File

@ -82,7 +82,6 @@ dependencies = [
### Binary/Package Management
"abxbus==2.5.40", # EventBus API
"abxpkg==1.12.11", # for: detecting, versioning, and installing binaries via apt/brew/pip/npm
"abx-plugins==1.12.12", # shared ArchiveBox plugin package with Chrome/Puppeteer dependency wiring
"abx-dl==1.12.13", # shared ArchiveBox downloader package with blocking install preflight
### UUID7 backport for Python <3.14
"uuid7>=0.1.0; python_version < '3.14'", # provides the uuid_extensions module on Python 3.13

View File

@ -127,7 +127,6 @@ version = "0.9.35rc149"
source = { editable = "." }
dependencies = [
{ name = "abx-dl" },
{ name = "abx-plugins" },
{ name = "abxbus" },
{ name = "abxpkg" },
{ name = "atomicwrites" },
@ -224,7 +223,6 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "abx-dl", specifier = "==1.12.13" },
{ name = "abx-plugins", specifier = "==1.12.12" },
{ name = "abxbus", specifier = "==2.5.40" },
{ name = "abxpkg", specifier = "==1.12.11" },
{ name = "archivebox", extras = ["sonic", "ldap", "debug"], marker = "extra == 'all'" },