diff --git a/pyproject.toml b/pyproject.toml index 0ac1c59..7eb0f9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,20 +5,20 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "click>=8.1.7", - "docutils>=0.21.2", - "jinja2>=3.1.4", - "ruamel-yaml>=0.18.6", + "click", + "docutils>", + "jinja2", + "ruamel-yaml", ] [project.optional-dependencies] test = [ - "pytest>=8.3.4", - "pytest-cov>=6.0.0", + "pytest", + "pytest-cov", ] docs = [ - "sphinx>=8.1.3", - "sphinx-click>=6.0.0", + "sphinx>", + "sphinx-click", ] [build-system]