diff options
| author | 2023-12-15 11:08:29 +0800 | |
|---|---|---|
| committer | 2023-12-15 11:09:27 +0800 | |
| commit | 19a03fb28e2da256d65867c8c55bbb4d40b3c23d (patch) | |
| tree | 15014d8ac5ed84bc15b65db7ec896eaa53bea062 /pyproject.toml | |
| parent | 6e5183486c1ad7a8bac128851dff7758cb1c3cd2 (diff) | |
| download | infini-19a03fb28e2da256d65867c8c55bbb4d40b3c23d.tar.gz infini-19a03fb28e2da256d65867c8c55bbb4d40b3c23d.zip | |
:arrow_up: 更新pdm环境
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fde1e66a..0f408f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "infini" version = "1.0.5" description = "Infini 核心标准输入输出模块" authors = [{ name = "简律纯", email = "i@jyunko.cn" }, { name = "苏向夜", email = "fu050409@163.com" }] -dependencies = ["reportlab[pycairo]>=4.0.5", "pydantic>=2.4.2", "loguru>=0.7.2"] +dependencies = ["pydantic", "multilogging"] requires-python = ">=3.9" readme = "README.md" license = { text = "MIT" } |
