diff options
| author | 2024-01-26 19:59:26 +0800 | |
|---|---|---|
| committer | 2024-01-26 19:59:26 +0800 | |
| commit | cd7c33820376f2f4a11f1e57a766384efcc96e99 (patch) | |
| tree | 7756599800ff8bf81e176c09cdd0adc4237ebfb1 /pyproject.toml | |
| parent | a0bb22133d5e5f2c712ea6d108f3e06b1e63db7e (diff) | |
| download | infini-cd7c33820376f2f4a11f1e57a766384efcc96e99.tar.gz infini-cd7c33820376f2f4a11f1e57a766384efcc96e99.zip | |
:arrow_up: chore(deps): add new ipdm as dev dependency
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f3355066..955c4ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ build-backend = "pdm.backend" distribution = true [tool.pdm.dev-dependencies] -test = [ +dev = [ "pytest>=7.4.4", + "ipdm>=0.1.2", ] |
