diff options
| author | 2024-01-18 14:47:24 +0800 | |
|---|---|---|
| committer | 2024-01-18 14:47:24 +0800 | |
| commit | 8a3e0a4ab425bea2930125ee5d90b0dd710defd9 (patch) | |
| tree | 3bf7685ceb6eca50065cd7dd65d12a2af6c22aee /pyproject.toml | |
| parent | 63d2d92a0e8e559f25b3cd81542e9317fe72057f (diff) | |
| download | ipm-8a3e0a4ab425bea2930125ee5d90b0dd710defd9.tar.gz ipm-8a3e0a4ab425bea2930125ee5d90b0dd710defd9.zip | |
:arrow_up: fix(deps): fix env error
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index d10bb74..b02c6f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,16 @@ [project] name = "ipm" version = "0.1.0-alpha.3" -description = "Infini Package Manager" +description = "Infini 包管理器" authors = [ { name = "苏向夜", email = "fu050409@163.com" }, { name = "简律纯", email = "leader@hydroroll.team" }, ] dependencies = [ + "typer>=0.9.0", "multilogging>=1.0.2", - "pytest>=7.4.4", "toml>=0.10.2", "requests>=2.31.0", - "typer>=0.9.0", ] requires-python = ">=3.10" readme = "README.md" |
