Skip to content

Commit c37a82f

Browse files
authored
Merge pull request #928 from sir-gon/develop
[CONFIG] minimal dependencies setting
2 parents 0382eae + 6423d07 commit c37a82f

2 files changed

Lines changed: 2 additions & 259 deletions

File tree

Pipfile

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,13 @@ name = "pypi"
66
[packages]
77

88
[dev-packages]
9-
yamllint = "==1.38.0"
10-
astroid = "==4.0.4"
11-
attrs = "==26.1.0"
129
autopep8 = "==2.3.2"
1310
coverage = "==7.14.1"
14-
dill = "==0.4.1"
15-
exceptiongroup = "==1.3.1"
1611
flake8 = "==7.3.0"
17-
iniconfig = "==2.3.0"
18-
isort = "==8.0.1"
19-
lazy-object-proxy = "==1.12.0"
20-
mccabe = "==0.7.0"
21-
nodeenv = "==1.10.0"
22-
packaging = "==26.2"
23-
platformdirs = "==4.10.0"
24-
pluggy = "==1.6.0"
2512
pycodestyle = "==2.14.0"
2613
pyflakes = "==3.4.0"
2714
pylint = "==4.0.5"
2815
pyright = "==1.1.409"
2916
pytest = "==9.0.3"
3017
pytest-cov = "==7.1.0"
31-
tomli = "==2.4.1"
32-
tomlkit = "==0.15.0"
33-
typing-extensions = "==4.15.0"
34-
wrapt = "==2.2.1"
35-
zipp = ">=3.23.1"
18+
yamllint = "==1.38.0"

0 commit comments

Comments
 (0)