We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c7b08 commit 7239a36Copy full SHA for 7239a36
setup.cfg
@@ -40,12 +40,19 @@ include_package_data = True
40
41
[options.extras_require]
42
dicom =
43
- dicom >=0.9.9
+ pydicom >=0.9.9
44
doc =
45
+ matplotlib >= 1.3.1
46
+ mock
47
+ numpydoc
48
sphinx >=0.3
49
+ texext
50
+style =
51
+ flake8
52
test =
- nose >=0.10.1
53
+ coverage
54
mock
55
+ nose >=0.10.1
56
all =
57
%(dicom)s
58
%(doc)s
0 commit comments