diff --git a/pyproject.toml b/pyproject.toml index 5731b41..2f20731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ authors = ["thermondo "] readme = "README.rst" repository = "https://github.com/Thermondo/pytest-translations" license = "Apache-2.0" - classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", @@ -29,11 +28,11 @@ pytest = ">=7" [tool.poetry.group.dev.dependencies] codecov = "~2" +pyenchant = "~3" [tool.poetry.plugins] pytest11 = { pytest_translations = "pytest_translations" } - [tool.poetry-dynamic-versioning] enable = true pattern = "^(?P\\d+(\\.\\d+)*)" # tag without `v` prefix