From 065bc1ba2dd056c07ba819e473a07cb5d42353ec Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 6 Mar 2024 14:35:01 +0800 Subject: feat(deps): update dependencies --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') 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", ] -- cgit v1.2.3-70-g09d2