aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-06 14:35:01 +0800
committer苏向夜 <fu050409@163.com>2024-03-06 14:35:01 +0800
commit065bc1ba2dd056c07ba819e473a07cb5d42353ec (patch)
tree81b5cf6c53ffdd9beb8a67d450dce329432489e1 /pyproject.toml
parent464bba2b2f3b87a30ded0de9acd4ea62566a4463 (diff)
downloadipm-065bc1ba2dd056c07ba819e473a07cb5d42353ec.tar.gz
ipm-065bc1ba2dd056c07ba819e473a07cb5d42353ec.zip
feat(deps): update dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9f83d2a..d11a234 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,9 +8,10 @@ authors = [
]
dependencies = [
"typer>=0.9.0",
- "toml>=0.10.2",
"requests>=2.31.0",
"rich>=13.7.0",
+ "infini>=2.1.1",
+ "tomlkit>=0.12.4",
]
requires-python = ">=3.8"
readme = "README.md"
@@ -27,9 +28,6 @@ ipm = "ipm.__main__:main"
distribution = true
[tool.pdm.dev-dependencies]
-test = [
- "pytest>=7.4.4",
-]
dev = [
"pytest>=8.0.2",
]