|
|
|
@ -22,7 +22,7 @@ dev = [
|
|
|
|
"pytest~=8.3",
|
|
|
|
"pytest~=8.3",
|
|
|
|
"pylint~=3.3",
|
|
|
|
"pylint~=3.3",
|
|
|
|
"rope~=1.13",
|
|
|
|
"rope~=1.13",
|
|
|
|
"isort~=5.13",
|
|
|
|
"isort~=6.0",
|
|
|
|
"black~=24.4",
|
|
|
|
"black~=24.4",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
@ -38,7 +38,7 @@ graphviz = ">=0.13.2,<0.21.0"
|
|
|
|
jinja2 = ">=2.10,<4.0"
|
|
|
|
jinja2 = ">=2.10,<4.0"
|
|
|
|
typed-ast = {version="^1.5.5", markers="python_version<'3.8'"}
|
|
|
|
typed-ast = {version="^1.5.5", markers="python_version<'3.8'"}
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
pytest = "^8.4"
|
|
|
|
pytest = "^8.4"
|
|
|
|
pylint = "^3.3"
|
|
|
|
pylint = "^3.3"
|
|
|
|
rope = "^1.13"
|
|
|
|
rope = "^1.13"
|
|
|
|
|