summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
blob: 7ab19c08eb3a0f5d6eb9c422b627fd730ebae16e (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
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "HydroRollCore"
version = "1.0.2"
description = "The Core of HydroRoll, The Loader of your rules packages."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
dependencies = [
    "mkdocs>=1.5.3",
    "mkdocs-material[imaging]>=9.4.4",
    "mkdocs-blog-plugin>=0.25",
    "mkdocs-git-revision-date-localized-plugin>=1.2.0",
    "mkdocs-git-authors-plugin>=0.7.2",
    "mkdocs-material-extensions>=1.2",
    "neoteroi-mkdocs>=1.0.4",
    "pillow~=9.4",
    "cairosvg>=2.7.1",
    "mkdocs-git-committers-plugin-2>=1.2.0",
    "lxml>=4.9.3",
    "mkdocs-minify-plugin>=0.7.1",
    "mkdocs-rss-plugin>=1.8.0",
    "mkdocs-redirects>=1.2.1",
    "mike>=1.1.2",
    "mkdocstrings>=0.23.0",
    "distribute>=0.7.3",
]
requires-python = ">=3.8"
readme = "README.md"
license = { text = "MIT" }


[project.scripts]
HydroRollCore = "HydroRollCore.cli:Cli.parse_args"
HRC = "HydroRollCore.cli:Cli.parse_args"

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"