diff options
| author | 2024-01-26 13:55:34 +0800 | |
|---|---|---|
| committer | 2024-01-26 13:55:34 +0800 | |
| commit | 796455df18b87515a4f8a4933dd92d79bea58adf (patch) | |
| tree | 688540981d55c9f2939c98982cb5f4f26dcde727 /pyproject.toml | |
| parent | 5652e9d089f084a7b838b0906406e431e6d396e9 (diff) | |
| download | infini-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.toml | 10 |
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", +] |
