1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-12 09:34:50 +02:00

add pluggy dep and bump version to 0.8.5

This commit is contained in:
Nick Sweeting
2024-09-26 02:44:05 -07:00
parent 8ed3155ec5
commit 33d331389e

View File

@@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.8.4"
version = "0.8.5"
requires-python = ">=3.10"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
@@ -85,6 +85,7 @@ dependencies = [
############# Extractor Dependencies #############
"yt-dlp>=2024.8.6", # for: media
"pydantic-settings>=2.5.2",
"pluggy>=1.5.0",
]
# pdm lock --group=':all'