aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
blob: 6caa8ee8c53e8f17c66c13e322aaa93b7a8a9165 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "FAQ"
version = "0.1.0"
description = "FAQ for HydroRoll Team"
authors = [
    {name = "简律纯",email = "leader@hydroroll.com"},
]
dependencies = [
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}

[tool]
[tool.pdm]
[tool.pdm.dev-dependencies]
docs = [
    "furo>=2024.7.18",
    "sphinx-autobuild>=2024.4.16",
    "myst-parser>=3.0.1",
    "sphinx>=7.4.7",
    "tomli>=2.0.1",
    "sphinx-intl>=2.2.0",
    "sphinx-design>=0.6.0",
]