Skip to content

Commit

Permalink
tools
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Dec 19, 2023
1 parent 776bec6 commit d2f9b67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ python = "^3.7"
defusedxml = "^0.7.1"

[tool.poetry.dev-dependencies]
typing-extensions = {version = "4.7.1", python = "<3.8"}
tox = "3.28.0"
coverage = "7.2.7"
xmldiff = "2.6.3"
mypy = {version = "1.7.1", python = ">=3.8"}
typing-extensions = {version = "4.7.1", python = "<3.8"}
mypy = [
{version = "1.7.1", python = ">=3.8"},
{version = "1.4.1", python = "<3.8"}
]
autopep8 = {version = "2.0.4", python = "<3.8"}
isort = {version = "5.13.2", python = ">=3.8"}
flake8 = { version="6.1.0", python=">=3.8.1" }
Expand Down

0 comments on commit d2f9b67

Please sign in to comment.