diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
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", ] |
