aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-15 09:11:47 +0800
committer简律纯 <i@jyunko.cn>2023-12-15 09:11:47 +0800
commitbe8de118db913711eb72ae5187d26e54a0055727 (patch)
tree96cd6c012dafa3f4015e54edef90df5eaaab0ddb /pyproject.toml
parent9b2d27ba1d91a0d5531bc9c0d52c3887a2dfb2aa (diff)
downloadinfini-be8de118db913711eb72ae5187d26e54a0055727.tar.gz
infini-be8de118db913711eb72ae5187d26e54a0055727.zip
refactor(docs): optmst `docs` dir & `deps`
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml17
1 files changed, 7 insertions, 10 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 20f6c671..a7f20ffd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,13 @@ name = "infini"
version = "1.0.4"
description = "The `Core` of `HydroRoll`, the `Loader` of your rules packages."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
-dependencies = [
+dependencies = ["reportlab[pycairo]>=4.0.5", "pydantic>=2.4.2", "loguru>=0.7.2"]
+requires-python = ">=3.8"
+readme = "README.md"
+license = { text = "MIT" }
+
+[tool.pdm.dev-dependencies]
+dev = [
"mkdocs>=1.5.3",
"mkdocs-material[imaging]>=9.4.4",
"mkdocs-blog-plugin>=0.25",
@@ -20,15 +26,7 @@ dependencies = [
"mkdocs-redirects>=1.2.1",
"mike>=1.1.2",
"mkdocstrings>=0.23.0",
- "distribute>=0.7.3",
- "reportlab[pycairo]>=4.0.5",
- "pydantic>=2.4.2",
- "loguru>=0.7.2",
]
-requires-python = ">=3.8"
-readme = "README.md"
-license = { text = "MIT" }
-
[project.scripts]
infini = "infini.cli:Cli.parse_args"
@@ -37,4 +35,3 @@ ifi = "infini.cli:Cli.parse_args"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
-