aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
blob: bc5709d43534b1e6b36efd006fcb7c913775bdc5 (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
[project]
name = "psi"
version = "0.1.0"
description = "An embedded cli language | Psi reply"
authors = [
    {name = "简律纯", email = "i@jyunko.cn"},
]
dependencies = [
    "mkdocs-material>=9.4.2",
    "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",
    "docutils>=0.20.1",
]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}

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