File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -54,26 +54,31 @@ tomlkit = ">=0.5.3,<1.0.0"
54
54
jinja2 = " >=2.10.3"
55
55
pyyaml = " >=3.08"
56
56
argcomplete = " ^1.12.1"
57
+ typing-extensions = " ^4.0.1"
57
58
58
59
[tool .poetry .dev-dependencies ]
59
60
ipython = " ^7.2"
60
- black = " ^21.12b0 "
61
+ # test
61
62
pytest = " ^5.0"
62
- flake8 = " ^3.6"
63
63
pytest-cov = " ^2.6"
64
64
pytest-mock = " ^2.0"
65
65
codecov = " ^2.0"
66
- mypy = " 0.910"
67
- mkdocs = " ^1.0"
68
- mkdocs-material = " ^4.1"
69
- isort = " ^5.7.0"
70
66
freezegun = " ^0.3.15"
71
- pydocstyle = " ^5.0.2"
72
- pre-commit = " ^2.6.0"
73
67
pytest-regressions = " ^2.2.0"
74
68
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"
75
76
types-PyYAML = " ^5.4.3"
76
77
types-termcolor = " ^0.1.1"
78
+ # documentation
79
+ mkdocs = " ^1.0"
80
+ mkdocs-material = " ^4.1"
81
+ pydocstyle = " ^5.0.2"
77
82
78
83
[tool .poetry .scripts ]
79
84
cz = " commitizen.cli:main"
You can’t perform that action at this time.
0 commit comments