Skip to content

Commit

Permalink
Add optional dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
camlloyd committed Dec 5, 2024
1 parent 476f002 commit 6c7be2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]

[project.optional-dependencies]
dev = [
"mypy",
"ruff",
"types-defusedxml"
]

[project.urls]
Homepage = "https://github.com/camlloyd/oct-to-tiff"
"Bug Tracker" = "https://github.com/camlloyd/oct-to-tiff/issues"
Expand Down

0 comments on commit 6c7be2d

Please sign in to comment.