Skip to content

Commit 7239a36

Browse files
committed
MNT: Update extras
1 parent 70c7b08 commit 7239a36

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

setup.cfg

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,19 @@ include_package_data = True
4040

4141
[options.extras_require]
4242
dicom =
43-
dicom >=0.9.9
43+
pydicom >=0.9.9
4444
doc =
45+
matplotlib >= 1.3.1
46+
mock
47+
numpydoc
4548
sphinx >=0.3
49+
texext
50+
style =
51+
flake8
4652
test =
47-
nose >=0.10.1
53+
coverage
4854
mock
55+
nose >=0.10.1
4956
all =
5057
%(dicom)s
5158
%(doc)s

0 commit comments

Comments
 (0)