kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
24 wiersze
505 B
TOML
24 wiersze
505 B
TOML
[tool.poetry]
|
|
name = "docs"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Funkwhale Collective <contact@funkwhale.audio>"]
|
|
license = "AGPLv3"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
Sphinx = "==5.0.2"
|
|
sphinx-rtd-theme = "1.0.0"
|
|
django-environ = "==0.9.0"
|
|
myst-parser = "==0.18.0"
|
|
Django = "==4.0.5"
|
|
sphinx-multiversion = "0.2.4"
|
|
sphinx-intl = "2.0.1"
|
|
sphinx_design = "0.2.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|