fix imports and deps

This commit is contained in:
Nick Sweeting
2024-11-18 18:07:34 -08:00
parent 6b83b4c995
commit 0acd388c02
7 changed files with 614 additions and 695 deletions

View File

@@ -143,6 +143,9 @@ all = [
]
[tool.uv]
environments = ["sys_platform == 'darwin'", "sys_platform == 'linux'"]
package = true
# compile-bytecode = true
dev-dependencies = [
### BUILD
"uv>=0.4.26",
@@ -219,6 +222,11 @@ abx-plugin-htmltotext = { workspace = true }
members = ["archivebox/pkgs/*"]
exclude = ["archivebox/pkgs/__pycache__"]
[tool.uv.pip]
all-extras = true
python-version = "3.10"
# compile-bytecode = true
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"