Skip to content

Commit 92c90ae

Browse files
committed
MNT: Add pyzstd to typing requirements
1 parent 8e1b9ac commit 92c90ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ test = [
7474
]
7575
typing = [
7676
"mypy",
77+
"importlib_resources",
78+
"pydicom",
7779
"pytest",
80+
"pyzstd",
7881
"types-setuptools",
7982
"types-Pillow",
80-
"pydicom",
81-
"importlib_resources",
8283
]
8384
zstd = ["pyzstd >= 0.14.3"]
8485

0 commit comments

Comments
 (0)