File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,27 @@ keywords = [
3434"Changelog" = " https://exasol.github.io/python-toolbox/changelog.html"
3535
3636[tool .poetry .dependencies ]
37- python = " ^3.8"
38- nox = " >=2022.8.7"
39- sphinx = " >=5.3,<8"
40- pytest = " >=7.2.2,<9"
41- mypy = " >=0.971"
42- sphinx-copybutton = " ^0.5.0"
43- furo = " >=2022.9.15"
44- pyupgrade = " >=2.38.2,<4.0.0"
4537black = " >=24.1.0"
46- isort = " ^5.12.0"
47- pre-commit = " >=3.1.1,<4"
4838coverage = " >=6.4.4,<8.0.0"
49- pylint = " >=2.15.4"
50- typer = {extras = [" all" ], version = " >=0.7.0" }
51- prysk = {extras = [" pytest-plugin" ], version = " >0.17.0,<1" }
39+ furo = " >=2022.9.15"
5240importlib-resources = " >=5.12.0"
41+ import-linter = " ^2.0"
42+ isort = " ^5.12.0"
43+ mypy = " >=0.971"
5344myst-parser = " >=2.0.0,<4"
45+ nox = " >=2022.8.7"
5446pluggy = " ^1.5.0"
47+ pre-commit = " >=3.1.1,<4"
48+ prysk = extras = [" pytest-plugin" ], version = " >0.17.0,<1" }
49+ pylint = " >=2.15.4"
50+ pytest = " >=7.2.2,<9"
51+ python = " ^3.8"
52+ pyupgrade = " >=2.38.2,<4.0.0"
5553shibuya = " >=2024.5.14"
54+ sphinx = " >=5.3,<8"
55+ sphinx-copybutton = " ^0.5.0"
5656sphinx-design = " >=0.5.0,<1"
57- import-linter = " ^2.0 "
57+ typer = { extras = [ " all " ], version = " >=0.7.0 " }
5858
5959
6060[tool .poetry .group .dev .dependencies ]
You can’t perform that action at this time.
0 commit comments