mirror of
https://github.com/p2p-ld/linkml-activitypub.git
synced 2025-01-09 21:14:28 +00:00
31 lines
No EOL
802 B
TOML
31 lines
No EOL
802 B
TOML
[tool.poetry]
|
|
name = "linkml-activitypub"
|
|
version = "0.2.0"
|
|
description = "LinkML representation of ActivityStreams Schema"
|
|
authors = ["Jonny Saunders <sneakers-the-rat@protonmail.com>"]
|
|
license = "GNU GPL v3.0"
|
|
readme = "README.md"
|
|
include = ["README.md", "linkml_activitypub/activitypub.yaml", "generated"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
linkml-runtime = "^1.1.24"
|
|
pydantic = "^2.5.3"
|
|
|
|
[tool.poetry-dynamic-versioning]
|
|
enable = true
|
|
vcs = "git"
|
|
style = "pep440"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
linkml = "^1.3.5"
|
|
mkdocs-material = "^8.2.8"
|
|
mkdocs-mermaid2-plugin = "^0.6.0"
|
|
schemasheets = "^0.1.14"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
|
|
build-backend = "poetry_dynamic_versioning.backend"
|
|
|
|
[tool.poetry.extras]
|
|
docs = ["linkml", "mkdocs-material"] |