funkwhale/docs/pyproject.toml

28 wiersze
578 B
TOML
Czysty Zwykły widok Historia

2022-03-02 12:15:11 +00:00
[tool.poetry]
name = "docs"
version = "0.1.0"
description = ""
authors = ["Funkwhale Collective <contact@funkwhale.audio>"]
license = "AGPLv3"
[tool.poetry.dependencies]
2023-01-30 11:26:59 +00:00
python = "^3.8"
sphinx = "==5.3.0"
sphinx_design = "==0.3.0"
sphinx-copybutton = "==0.5.2"
sphinx-intl = "2.0.1"
sphinx-rtd-theme = "==2.0.0"
2022-10-13 14:50:12 +00:00
sphinxcontrib-mermaid = "0.7.1"
myst-parser = "1.0.0"
django = "==3.2.23"
django-environ = "==0.10.0"
2022-03-02 12:15:11 +00:00
[tool.poetry.group.dev.dependencies]
sphinx-autobuild = "2021.3.14"
2022-03-02 12:15:11 +00:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"