mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
fix imports and deps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user