aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-26 13:55:34 +0800
committer苏向夜 <fu050409@163.com>2024-01-26 13:55:34 +0800
commit796455df18b87515a4f8a4933dd92d79bea58adf (patch)
tree688540981d55c9f2939c98982cb5f4f26dcde727 /pyproject.toml
parent5652e9d089f084a7b838b0906406e431e6d396e9 (diff)
downloadinfini-796455df18b87515a4f8a4933dd92d79bea58adf.tar.gz
infini-796455df18b87515a4f8a4933dd92d79bea58adf.zip
:recycle: refactor(infini): reset infini project and resolve infini dependencies
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",
+]