File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ all: clean dev style checks dists test docs
45
45
46
46
dev : clean-ln-venv ensure-pip pipenv-install-dev requirements ln-venv setup-githook \
47
47
prepare-install install-dev-locale
48
- dev-actions : ensure-pip-system pipenv-install-dev requirements setup-githook prepare-install
48
+ dev-actions : ensure-pip-system pipenv-install-dev requirements prepare-install
49
49
50
50
ensure-pip :
51
51
./scripts/bootstrap-dev-pip.sh
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ astroid
15
15
autopep8
16
16
black == 21.8b0
17
17
colorlog
18
- dephell
18
+ dataclasses
19
19
fiximports >= 0.1.18
20
20
flake8
21
+ flakehell
22
+ mock >= 2.0.0
21
23
pathlib2
22
24
pep8
23
25
pew
@@ -29,9 +31,10 @@ pytest
29
31
pytest-cov
30
32
pytest-mock
31
33
reno [sphinx ]>= 2.8.0
32
- scandir ; python_version < '3.5'
34
+ scandir ; python_version > '3.5'
33
35
sphinx-rtd-theme
34
36
sphinxcontrib-programoutput
37
+ toml
35
38
twine
36
39
typed-ast
37
40
yapf
Original file line number Diff line number Diff line change 10
10
# `Pipfile.lock` and then regenerate `requirements*.txt`.
11
11
################################################################################
12
12
13
- importlib_metadata ; python_version < '3.8'
14
- typing ; python_version < '3.5'
13
+ pbr
14
+ typing ; python_version > '3.5'
15
+ wheel
You can’t perform that action at this time.
0 commit comments