Skip to content

Commit 88019eb

Browse files
committed
bump version
1 parent 453591c commit 88019eb

1 file changed

Lines changed: 15 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "abx-plugins"
3-
version = "1.10.28"
3+
version = "1.10.29"
44
description = "ArchiveBox-compatible plugin suite (hooks, configs, binaries manifests)"
55
authors = [{name = "Nick Sweeting"}, {name = "ArchiveBox"}]
66
requires-python = ">=3.11"
@@ -26,6 +26,20 @@ dependencies = [
2626
"uv>=0.8.22",
2727
]
2828

29+
[dependency-groups]
30+
dev = [
31+
"pytest>=9.0.2",
32+
"pytest-httpserver>=1.1.0",
33+
"feedparser>=6.0.0",
34+
"requests>=2.28.0",
35+
"jinja2>=3.1.0",
36+
"prek>=0.3.6",
37+
"pyright>=1.1.408",
38+
"ty>=0.0.18",
39+
"ruff>=0.15.2",
40+
]
41+
42+
2943
[build-system]
3044
requires = ["hatchling"]
3145
build-backend = "hatchling.build"
@@ -58,10 +72,6 @@ include = [
5872
extraPaths = [
5973
"abx-pkg",
6074
"../abx-pkg",
61-
"abx-dl",
62-
"../abx-dl",
63-
"archivebox",
64-
"../archivebox",
6575
]
6676
exclude = [
6777
".venv",
@@ -77,16 +87,3 @@ pythonPlatform = "Linux"
7787
[tool.codespell]
7888
ignore-words-list = "abx,bu,wit,dont,cant,wont,re-use,re-used,re-using,re-usable,thats,doesnt,fith,FitH,doubleclick,administrar"
7989
skip = "*.json"
80-
81-
[dependency-groups]
82-
dev = [
83-
"pytest>=9.0.2",
84-
"pytest-httpserver>=1.1.0",
85-
"feedparser>=6.0.0",
86-
"requests>=2.28.0",
87-
"jinja2>=3.1.0",
88-
"prek>=0.3.6",
89-
"pyright>=1.1.408",
90-
"ty>=0.0.18",
91-
"ruff>=0.15.2",
92-
]

0 commit comments

Comments
 (0)