From 796455df18b87515a4f8a4933dd92d79bea58adf Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Fri, 26 Jan 2024 13:55:34 +0800 Subject: :recycle: refactor(infini): reset infini project and resolve infini dependencies --- pyproject.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3-70-g09d2