mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-14 10:34:20 +02:00
add pluggy dep and bump version to 0.8.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "archivebox"
|
name = "archivebox"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
description = "Self-hosted internet archiving solution."
|
description = "Self-hosted internet archiving solution."
|
||||||
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
||||||
@@ -85,6 +85,7 @@ dependencies = [
|
|||||||
############# Extractor Dependencies #############
|
############# Extractor Dependencies #############
|
||||||
"yt-dlp>=2024.8.6", # for: media
|
"yt-dlp>=2024.8.6", # for: media
|
||||||
"pydantic-settings>=2.5.2",
|
"pydantic-settings>=2.5.2",
|
||||||
|
"pluggy>=1.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
# pdm lock --group=':all'
|
# pdm lock --group=':all'
|
||||||
|
Reference in New Issue
Block a user