Files
documentation/pyproject.toml
Matt Hill 3bad4b440b rework ca trusting flow (#547)
* rework ca trusting flow

* abstract firefox guides for ca and tor

* remove uneeded package.lock

* fix references, update submodule

* clean up
2023-11-19 11:26:58 -07:00

27 lines
617 B
TOML

[tool.poetry]
name = "documentation"
description = "Start9 Documentation"
version = "0.1.0"
authors = ["elvece <lucy@start9.com>, kn0wmad <david@start9.com>"]
[tool.poetry.dependencies]
python = "^3.7"
pyyaml = "6.0"
pygments = "^2.15.0"
recommonmark = "0.5.0"
sphinx-scylladb-theme = "1.2.1"
sphinx-sitemap = "2.1.0"
Sphinx = "4.5"
sphinx-multiversion-scylla = "0.2.10"
beautifulsoup4 = "^4.9.3"
sphinx-tabs = "^3.1.0"
sphinxcontrib-youtube = "^1.0.1"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
sphinx-autobuild = "^2021.3.14"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"