Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
giladmaya authored Jul 11, 2024
1 parent 2f1cec6 commit f023aa7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,20 @@ pydicom = "^2.4.4"
[tool.poetry.dev-dependencies]
pytest = "7.1.2"
pytest-cov = "^4.1.0"
pytest-mock = "^3.12.0"
pytest-subtests = "^0.12.1"
mypy = "^1.9.0"
types-PyYAML = "^6.0.12"
pytest-mock = "^3.12.0"
mkdocs = "^1.6.0"
mkdocs-plotly-plugin = "^0.1.3"
pymdown-extensions = "^10.8.1"
termynal = "^0.12.1"
mkdocs-click = "^0.8.1"
mkdocs-material = "^9.5.28"
termynal = "^0.12.1"

[tool.poetry.extras]
preprocessing = ["pydicom"]


[tool.poetry.group.dev.dependencies]
pytest-mock = "^3.14.0"

[tool.mypy]
python_version = "3.8"
ignore_missing_imports = true
Expand Down

0 comments on commit f023aa7

Please sign in to comment.