-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-requirements.txt
191 lines (191 loc) · 3.55 KB
/
dev-requirements.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=dev,all --output-file=dev-requirements.txt --resolver=backtracking pyproject.toml
#
alabaster==0.7.13
# via sphinx
astroid==2.15.6
# via pylint
attrs==23.1.0
# via pytest-mypy
babel==2.12.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
bleach==6.0.0
# via readme-renderer
build==0.10.0
# via mincfg (pyproject.toml)
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
configobj==5.0.8
# via mincfg (pyproject.toml)
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.2
# via secretstorage
dill==0.3.6
# via pylint
docutils==0.20.1
# via
# readme-renderer
# sphinx
exceptiongroup==1.1.2
# via pytest
filelock==3.12.2
# via pytest-mypy
furo==2023.5.20
# via mincfg (pyproject.toml)
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via sphinx
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
mypy==1.4.1
# via pytest-mypy
mypy-extensions==1.0.0
# via mypy
packaging==23.1
# via
# build
# pytest
# sphinx
pkginfo==1.9.6
# via twine
platformdirs==3.8.1
# via pylint
pluggy==1.2.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.15.1
# via
# furo
# readme-renderer
# rich
# sphinx
pylint==2.17.4
# via pytest-pylint
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
# via
# mincfg (pyproject.toml)
# pytest-cov
# pytest-mypy
# pytest-pylint
pytest-cov==4.1.0
# via mincfg (pyproject.toml)
pytest-mypy==0.10.3
# via mincfg (pyproject.toml)
pytest-pylint==0.19.0
# via mincfg (pyproject.toml)
python-dotenv==1.0.0
# via mincfg (pyproject.toml)
pyyaml==6.0
# via mincfg (pyproject.toml)
readme-renderer==40.0
# via twine
requests==2.31.0
# via
# requests-toolbelt
# sphinx
# twine
requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# configobj
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==7.0.1
# via
# furo
# mincfg (pyproject.toml)
# sphinx-basic-ng
sphinx-basic-ng==1.0.0b2
# via furo
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
toml==0.10.2
# via pytest-pylint
tomli==2.0.1
# via
# build
# coverage
# mypy
# pylint
# pyproject-hooks
# pytest
tomlkit==0.11.8
# via pylint
twine==4.0.2
# via mincfg (pyproject.toml)
typing-extensions==4.7.1
# via
# astroid
# mypy
urllib3==2.0.3
# via
# requests
# twine
webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via astroid
zipp==3.16.0
# via importlib-metadata