aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-18 14:47:24 +0800
committer苏向夜 <fu050409@163.com>2024-01-18 14:47:24 +0800
commit8a3e0a4ab425bea2930125ee5d90b0dd710defd9 (patch)
tree3bf7685ceb6eca50065cd7dd65d12a2af6c22aee /pyproject.toml
parent63d2d92a0e8e559f25b3cd81542e9317fe72057f (diff)
downloadipm-8a3e0a4ab425bea2930125ee5d90b0dd710defd9.tar.gz
ipm-8a3e0a4ab425bea2930125ee5d90b0dd710defd9.zip
:arrow_up: fix(deps): fix env error
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
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"