Skip to content

Commit 48f9b7e

Browse files
committed
build(poetry): move typing-extension to prod dep and group dev deps
1 parent 505a271 commit 48f9b7e

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,31 @@ tomlkit = ">=0.5.3,<1.0.0"
5454
jinja2 = ">=2.10.3"
5555
pyyaml = ">=3.08"
5656
argcomplete = "^1.12.1"
57+
typing-extensions = "^4.0.1"
5758

5859
[tool.poetry.dev-dependencies]
5960
ipython = "^7.2"
60-
black = "^21.12b0"
61+
# test
6162
pytest = "^5.0"
62-
flake8 = "^3.6"
6363
pytest-cov = "^2.6"
6464
pytest-mock = "^2.0"
6565
codecov = "^2.0"
66-
mypy = "0.910"
67-
mkdocs = "^1.0"
68-
mkdocs-material = "^4.1"
69-
isort = "^5.7.0"
7066
freezegun = "^0.3.15"
71-
pydocstyle = "^5.0.2"
72-
pre-commit = "^2.6.0"
7367
pytest-regressions = "^2.2.0"
7468
pytest-freezegun = "^0.4.2"
69+
# code formatter
70+
black = "^21.12b0"
71+
isort = "^5.7.0"
72+
# linter
73+
flake8 = "^3.6"
74+
pre-commit = "^2.6.0"
75+
mypy = "0.910"
7576
types-PyYAML = "^5.4.3"
7677
types-termcolor = "^0.1.1"
77-
typing-extensions = "^4.0.1"
78+
# documentation
79+
mkdocs = "^1.0"
80+
mkdocs-material = "^4.1"
81+
pydocstyle = "^5.0.2"
7882

7983
[tool.poetry.scripts]
8084
cz = "commitizen.cli:main"

0 commit comments

Comments
 (0)