Skip to content

Commit

Permalink
Update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Dec 26, 2024
1 parent 96b74a6 commit 2947d42
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"hatchling>=1.8.1",
"hatchling>=1.27.0",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -42,6 +42,19 @@ dependencies = [
"xmltodict>=0.14.2",
]

[project.optional-dependencies]
build = [
"hatch>=1.14.0",
"myst-parser[linkify]",
"nose",
"pytest",
"pytest-cov",
"ruff",
"sphinx",
"sphinx_rtd_theme",
]


[project.scripts]
checkdmarc = "checkdmarc._cli:_main"

Expand Down

0 comments on commit 2947d42

Please sign in to comment.