Skip to content

Commit

Permalink
enchant dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Aug 29, 2023
1 parent e4e121d commit f886d16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ authors = ["thermondo <opensource@thermondo.de>"]
readme = "README.rst"
repository = "https://github.com/Thermondo/pytest-translations"
license = "Apache-2.0"

classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand All @@ -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<base>\\d+(\\.\\d+)*)" # tag without `v` prefix
Expand Down

0 comments on commit f886d16

Please sign in to comment.