diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6d3eb7f..e931092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyvyos" -version = "0.3.0" +version = "0.4.0" authors = [ { name="Roberto Berto", email="463349+robertoberto@users.noreply.github.com" }, ] @@ -28,6 +28,9 @@ dev = [ "pytest-cov>=4.1,<6.0", "pytest-env>=0.6.2,<0.7", ] +validation = [ + "pydantic>=2.0,<3.0", +] [project.urls] Homepage = "https://github.com/vyos-contrib/pyvyos" @@ -59,4 +62,14 @@ env = [ [tool.coverage.run] omit = [ "tests/*", -]
\ No newline at end of file +] + +[dependency-groups] +dev = [ + "pytest>=8.4.2", + "pytest-cov>=5.0.0", + "pytest-env>=0.6.2", +] + +[tool.uv] +package = true |
