Skip to content

Commit

Permalink
Add pydicom package and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermiah committed Nov 25, 2023
1 parent afb0cef commit 3f15108
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
requests = "2.31.0"
pydicom = "^2.4.3"

[tool.poetry.dev-dependencies]

Expand Down
5 changes: 4 additions & 1 deletion src/nbiatoolkit/dicomsort/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
from .helper_functions import parseDICOMKeysFromFormat, sanitizeFileName, truncateUID

__all__ = [
"DICOMSorter"
"DICOMSorter",
"parseDICOMKeysFromFormat",
"sanitizeFileName",
"truncateUID"
]

0 comments on commit 3f15108

Please sign in to comment.