-
Notifications
You must be signed in to change notification settings - Fork 13
/
dev-requirements.txt
373 lines (372 loc) · 7.09 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --extra=dev --extra=doc --extra=test --output-file=dev-requirements.txt pyproject.toml
#
aiohttp==3.7.4.post0
# via sxm
alabaster==0.7.12
# via sphinx
anyio==3.3.0
# via httpcore
appdirs==1.4.4
# via black
astroid==2.6.5
# via pylint
async-timeout==3.0.1
# via aiohttp
attrs==21.2.0
# via
# aiohttp
# flake8-bugbear
# pytest
babel==2.9.1
# via sphinx
backcall==0.2.0
# via ipython
backports.entry-points-selectable==1.1.0
# via virtualenv
bandit==1.7.0
# via sxm_player (pyproject.toml)
beautifulsoup4==4.9.3
# via furo
black==21.7b0
# via sxm_player (pyproject.toml)
certifi==2021.5.30
# via
# httpx
# requests
chardet==4.0.0
# via aiohttp
charset-normalizer==2.0.3
# via requests
click==7.1.2
# via
# black
# pip-tools
# typer
colorama==0.4.4
# via rich
coloredlogs==15.0.1
# via sxm_player (pyproject.toml)
commonmark==0.9.1
# via rich
coverage==5.5
# via
# pytest-cov
# sxm_player (pyproject.toml)
decorator==4.4.2
# via
# ipython
# networkx
distlib==0.3.2
# via virtualenv
dnspython==1.16.0
# via pymongo
docopt==0.6.2
# via snooty-lextudio
docutils==0.17.1
# via
# flit
# rstcheck
# snooty-lextudio
# sphinx
fake-useragent==0.1.11
# via sxm
fett==0.3.2
# via snooty-lextudio
filelock==3.0.12
# via
# tox
# virtualenv
flake8==3.9.2
# via
# flake8-bugbear
# flake8-builtins
# flake8-commas
# flake8-comprehensions
# pyproject-flake8
# sxm_player (pyproject.toml)
flake8-bugbear==21.4.3
# via sxm_player (pyproject.toml)
flake8-builtins==1.5.3
# via sxm_player (pyproject.toml)
flake8-commas==2.0.0
# via sxm_player (pyproject.toml)
flake8-comprehensions==3.5.0
# via sxm_player (pyproject.toml)
flit==3.2.0
# via sxm_player (pyproject.toml)
flit-core==3.2.0
# via flit
furo==2021.7.5b38
# via sxm_player (pyproject.toml)
gitdb==4.0.7
# via gitpython
gitpython==3.1.18
# via bandit
greenlet==1.1.0
# via sqlalchemy
h11==0.12.0
# via httpcore
httpcore==0.13.6
# via httpx
httpx==0.18.2
# via
# sxm
# sxm_player (pyproject.toml)
humanfriendly==9.2
# via coloredlogs
idna==3.2
# via
# anyio
# requests
# rfc3986
# yarl
imagesize==1.2.0
# via sphinx
iniconfig==1.1.1
# via pytest
ipython==7.25.0
# via sxm_player (pyproject.toml)
ipython-genutils==0.2.0
# via traitlets
isort==5.9.2
# via
# pylint
# sxm_player (pyproject.toml)
jedi==0.18.0
# via ipython
jinja2==3.0.1
# via sphinx
lazy-object-proxy==1.6.0
# via astroid
make-it-sync==1.0.0
# via sxm
markupsafe==2.0.1
# via jinja2
matplotlib-inline==0.1.2
# via ipython
mccabe==0.6.1
# via
# flake8
# pylint
multidict==5.1.0
# via
# aiohttp
# yarl
mypy==0.910
# via
# sqlalchemy-stubs
# sxm_player (pyproject.toml)
mypy-extensions==0.4.3
# via
# black
# mypy
networkx==2.5.1
# via snooty-lextudio
packaging==21.0
# via
# pytest
# pytest-sugar
# sphinx
# tox
parso==0.8.2
# via jedi
pathspec==0.9.0
# via black
pbr==5.6.0
# via stevedore
pep517==0.11.0
# via pip-tools
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.2.0
# via sxm_player (pyproject.toml)
platformdirs==2.0.2
# via virtualenv
pluggy==0.13.1
# via
# pytest
# tox
pprintpp==0.4.0
# via pytest-clarity
prompt-toolkit==3.0.19
# via ipython
psutil==5.8.0
# via sxm_player (pyproject.toml)
ptyprocess==0.7.0
# via pexpect
py==1.10.0
# via
# pytest
# tox
pycodestyle==2.7.0
# via flake8
pydantic==1.8.2
# via
# sxm
# sxm_player (pyproject.toml)
pyflakes==2.3.1
# via flake8
pygments==2.9.0
# via
# ipython
# rich
# sphinx
pylint==2.9.5
# via sxm_player (pyproject.toml)
pymongo[srv,tls]==3.11.4
# via snooty-lextudio
pyparsing==2.4.7
# via packaging
pyproject-flake8==0.0.1a2
# via sxm_player (pyproject.toml)
pytest==6.2.4
# via
# pytest-clarity
# pytest-cov
# pytest-socket
# pytest-sugar
# sxm_player (pyproject.toml)
pytest-clarity==1.0.1
# via sxm_player (pyproject.toml)
pytest-cov==2.12.1
# via sxm_player (pyproject.toml)
pytest-socket==0.4.0
# via sxm_player (pyproject.toml)
pytest-sugar==0.9.4
# via sxm_player (pyproject.toml)
python-dotenv==0.18.0
# via sxm
python-jsonrpc-server==0.3.4
# via snooty-lextudio
pytz==2021.1
# via babel
pyyaml==5.4.1
# via
# bandit
# snooty-lextudio
# sxm_player (pyproject.toml)
regex==2021.7.6
# via black
requests==2.26.0
# via
# flit
# snooty-lextudio
# sphinx
rfc3986[idna2008]==1.5.0
# via httpx
rich==10.6.0
# via pytest-clarity
rstcheck==3.3.1
# via sxm_player (pyproject.toml)
six==1.16.0
# via
# bandit
# tox
# virtualenv
smmap==4.0.0
# via gitdb
sniffio==1.2.0
# via
# anyio
# httpcore
# httpx
snooty-lextudio==1.9.2.dev0
# via sxm_player (pyproject.toml)
snowballstemmer==2.1.0
# via sphinx
soupsieve==2.2.1
# via beautifulsoup4
sphinx==4.1.1
# via
# furo
# sxm_player (pyproject.toml)
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlalchemy==1.4.22
# via sxm_player (pyproject.toml)
sqlalchemy-stubs==0.4
# via sxm_player (pyproject.toml)
stevedore==3.3.0
# via bandit
sxm==0.2.8
# via sxm_player (pyproject.toml)
tenacity==8.0.1
# via sxm
termcolor==1.1.0
# via pytest-sugar
toml==0.10.2
# via
# flit
# flit-core
# mypy
# pylint
# pyproject-flake8
# pytest
# pytest-cov
# snooty-lextudio
# tox
tomli==1.1.0
# via
# black
# pep517
tox==3.24.0
# via sxm_player (pyproject.toml)
traitlets==5.0.5
# via
# ipython
# matplotlib-inline
typer==0.3.2
# via
# sxm
# sxm_player (pyproject.toml)
types-click==7.1.2
# via sxm_player (pyproject.toml)
types-psutil==5.8.0
# via sxm_player (pyproject.toml)
types-pyyaml==5.4.3
# via sxm_player (pyproject.toml)
typing-extensions==3.7.4.3
# via
# aiohttp
# mypy
# pydantic
# snooty-lextudio
# sqlalchemy-stubs
# sxm_player (pyproject.toml)
ua-parser==0.10.0
# via sxm
ujson==1.35
# via python-jsonrpc-server
urllib3==1.26.6
# via requests
virtualenv==20.6.0
# via tox
watchdog==1.0.2
# via snooty-lextudio
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.36.2
# via pip-tools
wrapt==1.12.1
# via astroid
yarl==1.6.3
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools