Skip to content

Commit a3ef114

Browse files
authored
Merge pull request #459 from commitizen-tools/add-missing-deps
Add missing deps
2 parents bd7e866 + 48f9b7e commit a3ef114

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

pyproject.toml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +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"
78+
# documentation
79+
mkdocs = "^1.0"
80+
mkdocs-material = "^4.1"
81+
pydocstyle = "^5.0.2"
7782

7883
[tool.poetry.scripts]
7984
cz = "commitizen.cli:main"

0 commit comments

Comments
 (0)