File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change
1
+ bandit; python_version <= "3.8"
2
+ bandit==1.8.3; python_version > "3.8"
1
3
black==24.10.0; python_version > "3.8"
2
4
black; python_version <= "3.8"
5
+ build
3
6
isort; python_version < "3.8"
4
7
isort==6.0.1; python_version >= "3.8"
5
8
pre-commit; python_version <= "3.8"
6
9
pre-commit==4.1.0; python_version > "3.8"
7
10
codespell==v2.4.1
8
11
flake8; python_version < "3.8"
9
12
flake8==7.1.2; python_version >= "3.8"
10
- bandit; python_version <= "3.8"
11
- bandit==1.8.3; python_version > "3.8"
12
13
gitlint==v0.19.1
13
14
interrogate
15
+ jsonschema
14
16
mypy==v1.15.0
17
+ playwright
15
18
pytest>=7.2.0
16
- pytest-xdist
17
- pytest-cov
18
19
pytest-asyncio
20
+ pytest-cov
19
21
pytest-mock
20
22
pytest-playwright
21
- playwright
23
+ pytest-xdist
22
24
types-beautifulsoup4
23
25
types-jsonschema
24
26
types-PyYAML
25
27
types-requests
26
28
types-setuptools
27
29
types-toml
28
- build
You can’t perform that action at this time.
0 commit comments