funquail/docs/pyproject.toml

23 lines
503 B
TOML
Raw Normal View History

2022-03-02 13:15:11 +01:00
[tool.poetry]
name = "docs"
version = "0.1.0"
description = ""
authors = ["Funkwhale Collective <contact@funkwhale.audio>"]
license = "AGPLv3"
[tool.poetry.dependencies]
python = "^3.10"
Sphinx = "==4.5.0"
2022-03-10 21:36:10 +00:00
sphinx-rtd-theme = "1.0.0"
django-environ = "0.8.1"
Django = "==4.0.4"
myst-parser = "==0.17.2"
2022-03-10 21:36:10 +00:00
sphinx-panels = "0.6.0"
sphinx-multiversion = "0.2.4"
sphinx-intl = "2.0.1"
2022-03-02 13:15:11 +01:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"