Skip to content

Commit 689ffb1

Browse files
authored
Remove optional dependencies (#75)
1 parent 0df5810 commit 689ffb1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@ version = "2.0.0"
5454
python = "^3.8"
5555
numpy = "^1.24"
5656

57-
# Optional dependencies
58-
black = { version = "^23.1", optional = true }
59-
coverage = { version = "^7.3", optional = true }
60-
mypy = { version = "^1.7", optional = true }
61-
pytest = { version = "^7.4", optional = true }
62-
pytest-cov = { version = "^4.1", optional = true }
63-
pydicom = { version = "^2.4", optional = true }
64-
pylibjpeg = { git = "https://github.com/pydicom/pylibjpeg.git", optional = true}
65-
pylibjpeg-data = { git = "https://github.com/pydicom/pylibjpeg-data.git", optional = true}
66-
67-
[tool.poetry.extras]
68-
dev = ["black", "coverage", "mypy", "pytest", "pytest-cov"]
69-
tests = ["coverage", "pytest", "pytest-cov", "pylibjpeg-data", "pylibjpeg", "pydicom"]
70-
7157
[tool.poetry.plugins."pylibjpeg.jpeg_2000_decoders"]
7258
openjpeg = "openjpeg:decode"
7359

0 commit comments

Comments
 (0)