Skip to content

Commit

Permalink
added tomli, moved pyside6 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjswerdloff authored Sep 22, 2024
1 parent f61e33f commit 7e7206e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ packages = [{include = "tdwii_plus_examples"}]
python = ">=3.10, <3.11"
pydicom = "^2.4.0"
pynetdicom = "^2.1.0"
pyside6 = "^6.6.0"
sqlalchemy = { version = "^2.0"}

tomlkit = "*"
toml = "*"
tomli = "*"

# ----- #
# Tests #
# ----- #
Expand All @@ -40,7 +42,7 @@ doc8 = { version = "*", optional = true } # groups = ["dev", "all"]
# readme-renderer = { version = "*", optional = true } # groups = ["dev", "all"]
# tabulate = { version = "*", optional = true } # groups = ["dev", "all", "doctests"]
# pyoxidizer = { version = "*", optional = true } # groups = ["dev", "all", "build"]
pyside6 = "^6.6.0"



[tool.poetry.extras]
Expand Down

0 comments on commit 7e7206e

Please sign in to comment.