ArchiveBox/archivebox/vendor/abx-spec-config/pyproject.toml
Nick Sweeting b3c1cb716e
Some checks are pending
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
move abx plugins inside vendor dir
2024-10-28 04:07:35 -07:00

20 lines
469 B
TOML

[project]
name = "abx-spec-config"
version = "0.1.0"
description = "The common shared interfaces for the ABX ArchiveBox plugin ecosystem."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"abx>=0.1.0",
"python-benedict>=0.34.0",
"pydantic>=2.9.2",
"pydantic-settings>=2.6.0",
"rich>=13.9.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.entry-points.abx]
abx_spec_config = "abx_spec_config"