diff --git a/pyproject.toml b/pyproject.toml index 37a9c60..9d50291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,3 @@ distribution = true source = "scm" tag_filter = "v*" tag_regex = '^v(?:\D*)?(?P([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|c|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?$)$' -[tool.pdm.dev-dependencies] -dev = [ - "nuitka>=2.4.8", -]