-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
92 lines (92 loc) · 1.7 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
astroid==3.3.4
# via pylint
black==24.8.0
# via laebelmaker (pyproject.toml)
certifi==2024.8.30
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
docker==7.1.0
# via laebelmaker (pyproject.toml)
exceptiongroup==1.2.2
# via pytest
filelock==3.16.1
# via virtualenv
identify==2.6.1
# via pre-commit
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
mypy==1.11.2
# via laebelmaker (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.9.1
# via pre-commit
packaging==24.1
# via
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.3.6
# via
# black
# pylint
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.8.0
# via laebelmaker (pyproject.toml)
pylint==3.3.1
# via laebelmaker (pyproject.toml)
pytest==8.3.3
# via laebelmaker (pyproject.toml)
pyyaml==6.0.2
# via
# laebelmaker (pyproject.toml)
# pre-commit
requests==2.32.3
# via docker
tomli==2.0.1
# via
# black
# mypy
# pylint
# pytest
tomlkit==0.13.2
# via pylint
types-pyyaml==6.0.12.20240917
# via laebelmaker (pyproject.toml)
typing-extensions==4.12.2
# via
# astroid
# black
# mypy
urllib3==2.2.3
# via
# docker
# requests
virtualenv==20.26.6
# via pre-commit