Skip to content

Commit 4ced892

Browse files
committed
added optional dependencies for each mime namespace
1 parent 168d819 commit 4ced892

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

extras/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ application = [
4444
"pydicom >=2.3",
4545
"medimages4tests",
4646
]
47+
audio = []
4748
image = [
4849
"imageio >=2.24.0",
4950
]
51+
model = []
52+
text = []
53+
video = []
5054
vendor_openxmlformats_officedocument = [
5155
"python-docx >= 1.2.0",
5256
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test = [
5555
"pytest-env>=0.6.2",
5656
"pytest-cov>=2.12.1",
5757
"pydra >=1.0a",
58-
"fileformats-extras",
58+
"fileformats-extras[application,model,image,text,audio,video,vendor_openxmlformats_officedocument]",
5959
]
6060
docs = [
6161
"packaging",

0 commit comments

Comments
 (0)