aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f4309312..84422ed8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,12 +3,10 @@ name = "infini"
version = "2.0.0-alpha.1"
description = "Infini 核心标准文本输入输出模块"
authors = [
- { name = "简律纯", email = "i@jyunko.cn" },
{ name = "苏向夜", email = "fu050409@163.com" },
+ { name = "简律纯", email = "i@jyunko.cn" },
]
dependencies = [
- "pydantic",
- "multilogging",
"rich>=13.7.0",
]
requires-python = ">=3.10"
@@ -19,6 +17,10 @@ license = { text = "MIT" }
requires = ["pdm-backend"]
build-backend = "pdm.backend"
-
[tool.pdm]
distribution = true
+
+[tool.pdm.dev-dependencies]
+test = [
+ "pytest>=7.4.4",
+]