2023-06-07 01:02:09 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "p2p-ld"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "A p2p protocol for linked data"
|
|
|
|
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
|
|
|
|
license = "CC-BY"
|
|
|
|
readme = "README.md"
|
|
|
|
packages = [{include = "p2p_ld"}]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
sphinx = "^6.2.1"
|
2023-06-28 04:34:43 +00:00
|
|
|
myst-parser = { version = "^2.0.0", extras = ["linkify"] }
|
2023-06-07 01:02:09 +00:00
|
|
|
furo = "^2023.5.20"
|
|
|
|
sphinxcontrib-mermaid = "^0.9.2"
|
2023-06-07 02:10:59 +00:00
|
|
|
sphinxcontrib-bibtex = "^2.5.0"
|
2023-06-28 04:34:43 +00:00
|
|
|
sphinx-design = "^0.4.1"
|
2023-06-07 01:02:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
sphinx-autobuild = "^2021.3.14"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|