seawolf2357 commited on
Commit
2d86b57
·
verified ·
1 Parent(s): 45fdeb6

Add requirements

Browse files
requirements/dev.in ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ argcomplete
2
+ babel >= 2.12.1
3
+ colorlog
4
+ jip >= 0.9.16
5
+ jupyter
6
+ lxml
7
+ notebook >= 6.5.4
8
+ pip-tools >= 6.13.0
9
+ requests >= 2.28.2
10
+ restview
11
+ tox >= 4.4.11
12
+ urllib3 >= 1.26.15
13
+ wheel >= 0.40.0
14
+ zc.buildout >= 3.0.1
15
+ zest.releaser
requirements/dev.txt ADDED
@@ -0,0 +1,459 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=requirements/dev.txt requirements.in requirements/dev.in requirements/docs.in requirements/lint.in requirements/test.in
6
+ #
7
+ alabaster==0.7.12
8
+ # via
9
+ # -r requirements/docs.in
10
+ # sphinx
11
+ anyio==3.6.2
12
+ # via jupyter-server
13
+ argcomplete==1.11.1
14
+ # via -r requirements/dev.in
15
+ argon2-cffi==21.3.0
16
+ # via
17
+ # jupyter-server
18
+ # nbclassic
19
+ # notebook
20
+ argon2-cffi-bindings==21.2.0
21
+ # via argon2-cffi
22
+ asttokens==2.2.1
23
+ # via stack-data
24
+ attrs==19.3.0
25
+ # via jsonschema
26
+ babel==2.12.1
27
+ # via
28
+ # -r requirements/dev.in
29
+ # sphinx
30
+ # sphinx-intl
31
+ backcall==0.1.0
32
+ # via ipython
33
+ beautifulsoup4==4.12.2
34
+ # via nbconvert
35
+ bleach==6.0.0
36
+ # via
37
+ # nbconvert
38
+ # readme-renderer
39
+ build==0.10.0
40
+ # via pip-tools
41
+ cachetools==5.3.0
42
+ # via tox
43
+ certifi==2022.12.7
44
+ # via requests
45
+ cffi==1.14.0
46
+ # via
47
+ # argon2-cffi-bindings
48
+ # cryptography
49
+ chardet==5.1.0
50
+ # via tox
51
+ charset-normalizer==3.1.0
52
+ # via requests
53
+ check-manifest==0.42
54
+ # via -r requirements/lint.in
55
+ click==8.1.3
56
+ # via
57
+ # pip-tools
58
+ # sphinx-intl
59
+ colorama==0.4.6
60
+ # via
61
+ # tox
62
+ # zest-releaser
63
+ colorlog==4.1.0
64
+ # via -r requirements/dev.in
65
+ coverage==7.2.3
66
+ # via -r requirements/test.in
67
+ cryptography==40.0.1 ; platform_python_implementation != "Jython"
68
+ # via
69
+ # -r requirements.in
70
+ # secretstorage
71
+ decorator==4.4.2
72
+ # via ipython
73
+ defusedxml==0.6.0
74
+ # via nbconvert
75
+ distlib==0.3.6
76
+ # via virtualenv
77
+ docutils==0.16
78
+ # via
79
+ # pyroma
80
+ # readme-renderer
81
+ # restview
82
+ # sphinx
83
+ entrypoints==0.3
84
+ # via flake8
85
+ executing==1.2.0
86
+ # via stack-data
87
+ fastjsonschema==2.16.3
88
+ # via nbformat
89
+ filelock==3.11.0
90
+ # via
91
+ # tox
92
+ # virtualenv
93
+ flake8==3.7.9
94
+ # via -r requirements/lint.in
95
+ idna==2.9
96
+ # via
97
+ # anyio
98
+ # requests
99
+ imagesize==1.2.0
100
+ # via sphinx
101
+ importlib-metadata==6.2.1
102
+ # via
103
+ # jupyter-client
104
+ # nbconvert
105
+ ipykernel==5.2.1
106
+ # via
107
+ # ipywidgets
108
+ # jupyter
109
+ # jupyter-console
110
+ # nbclassic
111
+ # notebook
112
+ # qtconsole
113
+ ipython==8.12.0
114
+ # via
115
+ # ipykernel
116
+ # ipywidgets
117
+ # jupyter-console
118
+ ipython-genutils==0.2.0
119
+ # via
120
+ # nbclassic
121
+ # notebook
122
+ # qtconsole
123
+ ipywidgets==7.5.1
124
+ # via jupyter
125
+ jedi==0.17.0
126
+ # via ipython
127
+ jeepney==0.4.3
128
+ # via
129
+ # keyring
130
+ # secretstorage
131
+ jinja2==3.1.2
132
+ # via
133
+ # -r requirements/docs.in
134
+ # jupyter-server
135
+ # nbclassic
136
+ # nbconvert
137
+ # notebook
138
+ # sphinx
139
+ jip==0.9.16
140
+ # via -r requirements/dev.in
141
+ jsonschema[format-nongpl]==3.2.0
142
+ # via
143
+ # jupyter-events
144
+ # nbformat
145
+ jupyter==1.0.0
146
+ # via -r requirements/dev.in
147
+ jupyter-client==8.1.0
148
+ # via
149
+ # ipykernel
150
+ # jupyter-console
151
+ # jupyter-server
152
+ # nbclassic
153
+ # nbclient
154
+ # notebook
155
+ # qtconsole
156
+ jupyter-console==6.1.0
157
+ # via jupyter
158
+ jupyter-core==5.3.0
159
+ # via
160
+ # jupyter-client
161
+ # jupyter-server
162
+ # nbclassic
163
+ # nbclient
164
+ # nbconvert
165
+ # nbformat
166
+ # notebook
167
+ # qtconsole
168
+ jupyter-events==0.6.3
169
+ # via jupyter-server
170
+ jupyter-server==2.5.0
171
+ # via
172
+ # nbclassic
173
+ # notebook-shim
174
+ jupyter-server-terminals==0.4.4
175
+ # via jupyter-server
176
+ jupyterlab-pygments==0.2.2
177
+ # via nbconvert
178
+ keyring==21.2.1
179
+ # via twine
180
+ lxml==4.9.2 ; platform_python_implementation != "Jython"
181
+ # via
182
+ # -r requirements.in
183
+ # -r requirements/dev.in
184
+ markupsafe==2.1.2
185
+ # via
186
+ # jinja2
187
+ # nbconvert
188
+ matplotlib-inline==0.1.6
189
+ # via ipython
190
+ mccabe==0.6.1
191
+ # via flake8
192
+ mistune==2.0.5
193
+ # via nbconvert
194
+ nbclassic==0.5.5
195
+ # via notebook
196
+ nbclient==0.7.3
197
+ # via nbconvert
198
+ nbconvert==7.3.0
199
+ # via
200
+ # jupyter
201
+ # jupyter-server
202
+ # nbclassic
203
+ # notebook
204
+ nbformat==5.8.0
205
+ # via
206
+ # ipywidgets
207
+ # jupyter-server
208
+ # nbclassic
209
+ # nbclient
210
+ # nbconvert
211
+ # notebook
212
+ nest-asyncio==1.5.6
213
+ # via
214
+ # nbclassic
215
+ # notebook
216
+ notebook==6.5.4
217
+ # via
218
+ # -r requirements/dev.in
219
+ # jupyter
220
+ # widgetsnbextension
221
+ notebook-shim==0.2.2
222
+ # via nbclassic
223
+ olefile==0.46 ; platform_python_implementation != "Jython"
224
+ # via -r requirements.in
225
+ packaging==23.0
226
+ # via
227
+ # build
228
+ # jupyter-server
229
+ # nbconvert
230
+ # pyproject-api
231
+ # sphinx
232
+ # tox
233
+ pandocfilters==1.4.2
234
+ # via nbconvert
235
+ parso==0.7.0
236
+ # via jedi
237
+ pep517==0.8.2
238
+ # via check-manifest
239
+ pexpect==4.8.0
240
+ # via ipython
241
+ pickleshare==0.7.5
242
+ # via ipython
243
+ pip-tools==6.13.0
244
+ # via -r requirements/dev.in
245
+ pkginfo==1.5.0.1
246
+ # via twine
247
+ platformdirs==3.2.0
248
+ # via
249
+ # jupyter-core
250
+ # tox
251
+ # virtualenv
252
+ pluggy==1.0.0
253
+ # via tox
254
+ prometheus-client==0.7.1
255
+ # via
256
+ # jupyter-server
257
+ # nbclassic
258
+ # notebook
259
+ prompt-toolkit==3.0.38
260
+ # via
261
+ # ipython
262
+ # jupyter-console
263
+ ptyprocess==0.6.0
264
+ # via
265
+ # pexpect
266
+ # terminado
267
+ pure-eval==0.2.2
268
+ # via stack-data
269
+ pycodestyle==2.5.0
270
+ # via flake8
271
+ pycparser==2.20
272
+ # via cffi
273
+ pyflakes==2.1.1
274
+ # via flake8
275
+ pygments==2.14.0
276
+ # via
277
+ # ipython
278
+ # jupyter-console
279
+ # nbconvert
280
+ # pyroma
281
+ # qtconsole
282
+ # readme-renderer
283
+ # restview
284
+ # sphinx
285
+ pyproject-api==1.5.1
286
+ # via tox
287
+ pyproject-hooks==1.0.0
288
+ # via build
289
+ pyroma==2.6
290
+ # via -r requirements/lint.in
291
+ pyrsistent==0.16.0
292
+ # via jsonschema
293
+ python-dateutil==2.8.2
294
+ # via jupyter-client
295
+ python-json-logger==2.0.7
296
+ # via jupyter-events
297
+ pyyaml==6.0
298
+ # via jupyter-events
299
+ pyzmq==25.0.2
300
+ # via
301
+ # jupyter-client
302
+ # jupyter-server
303
+ # nbclassic
304
+ # notebook
305
+ # qtconsole
306
+ qtconsole==4.7.3
307
+ # via jupyter
308
+ qtpy==1.9.0
309
+ # via qtconsole
310
+ readme-renderer==26.0
311
+ # via
312
+ # restview
313
+ # twine
314
+ repoze-sphinx-autointerface==0.8
315
+ # via -r requirements/docs.in
316
+ requests==2.28.2
317
+ # via
318
+ # -r requirements/dev.in
319
+ # jip
320
+ # requests-toolbelt
321
+ # sphinx
322
+ # twine
323
+ # zest-releaser
324
+ requests-toolbelt==0.9.1
325
+ # via twine
326
+ restview==2.9.2
327
+ # via -r requirements/dev.in
328
+ rfc3339-validator==0.1.4
329
+ # via jupyter-events
330
+ rfc3986-validator==0.1.1
331
+ # via jupyter-events
332
+ secretstorage==3.1.2
333
+ # via keyring
334
+ send2trash==1.8.0
335
+ # via
336
+ # jupyter-server
337
+ # nbclassic
338
+ # notebook
339
+ six==1.14.0
340
+ # via
341
+ # bleach
342
+ # jsonschema
343
+ # pyrsistent
344
+ # python-dateutil
345
+ # readme-renderer
346
+ # zest-releaser
347
+ sniffio==1.3.0
348
+ # via anyio
349
+ snowballstemmer==2.0.0
350
+ # via sphinx
351
+ soupsieve==2.4
352
+ # via beautifulsoup4
353
+ sphinx==3.0.3
354
+ # via
355
+ # -r requirements/docs.in
356
+ # repoze-sphinx-autointerface
357
+ # sphinx-argparse
358
+ # sphinx-intl
359
+ sphinx-argparse==0.4.0
360
+ # via -r requirements/docs.in
361
+ sphinx-intl==2.0.1
362
+ # via -r requirements/docs.in
363
+ sphinxcontrib-applehelp==1.0.2
364
+ # via sphinx
365
+ sphinxcontrib-devhelp==1.0.2
366
+ # via sphinx
367
+ sphinxcontrib-htmlhelp==1.0.3
368
+ # via sphinx
369
+ sphinxcontrib-jsmath==1.0.1
370
+ # via sphinx
371
+ sphinxcontrib-qthelp==1.0.3
372
+ # via sphinx
373
+ sphinxcontrib-serializinghtml==1.1.4
374
+ # via sphinx
375
+ stack-data==0.6.2
376
+ # via ipython
377
+ terminado==0.8.3
378
+ # via
379
+ # jupyter-server
380
+ # jupyter-server-terminals
381
+ # nbclassic
382
+ # notebook
383
+ tinycss2==1.2.1
384
+ # via nbconvert
385
+ toml==0.10.0
386
+ # via
387
+ # check-manifest
388
+ # pep517
389
+ tomli==2.0.1
390
+ # via
391
+ # build
392
+ # pyproject-api
393
+ # pyproject-hooks
394
+ # tox
395
+ tornado==6.2
396
+ # via
397
+ # ipykernel
398
+ # jupyter-client
399
+ # jupyter-server
400
+ # nbclassic
401
+ # notebook
402
+ # terminado
403
+ tox==4.4.11
404
+ # via -r requirements/dev.in
405
+ tqdm==4.46.0
406
+ # via twine
407
+ traitlets==5.9.0
408
+ # via
409
+ # ipykernel
410
+ # ipython
411
+ # ipywidgets
412
+ # jupyter-client
413
+ # jupyter-core
414
+ # jupyter-events
415
+ # jupyter-server
416
+ # matplotlib-inline
417
+ # nbclassic
418
+ # nbclient
419
+ # nbconvert
420
+ # nbformat
421
+ # notebook
422
+ # qtconsole
423
+ twine==3.1.1
424
+ # via zest-releaser
425
+ typing-extensions==4.5.0
426
+ # via ipython
427
+ urllib3==1.26.15
428
+ # via
429
+ # -r requirements/dev.in
430
+ # requests
431
+ virtualenv==20.21.0
432
+ # via tox
433
+ wcwidth==0.1.9
434
+ # via prompt-toolkit
435
+ webencodings==0.5.1
436
+ # via
437
+ # bleach
438
+ # tinycss2
439
+ websocket-client==1.5.1
440
+ # via jupyter-server
441
+ wheel==0.40.0
442
+ # via
443
+ # -r requirements/dev.in
444
+ # pip-tools
445
+ # zc-buildout
446
+ widgetsnbextension==3.5.1
447
+ # via ipywidgets
448
+ zc-buildout==3.0.1
449
+ # via -r requirements/dev.in
450
+ zest-releaser==6.20.1
451
+ # via -r requirements/dev.in
452
+ zipp==3.15.0
453
+ # via importlib-metadata
454
+ zope-interface==5.1.0
455
+ # via repoze-sphinx-autointerface
456
+
457
+ # The following packages are considered to be unsafe in a requirements file:
458
+ # pip
459
+ # setuptools
requirements/docs.in ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ alabaster >= 0.7.10
2
+ jinja2 >= 3.1.2
3
+ repoze.sphinx.autointerface
4
+ sphinx >= 1.5
5
+ sphinx-argparse >= 0.4.0
6
+ sphinx-intl
requirements/docs.txt ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=requirements/docs.txt requirements/docs.in
6
+ #
7
+ alabaster==0.7.12
8
+ # via
9
+ # -r requirements/docs.in
10
+ # sphinx
11
+ babel==2.12.1
12
+ # via
13
+ # sphinx
14
+ # sphinx-intl
15
+ certifi==2022.12.7
16
+ # via requests
17
+ charset-normalizer==3.1.0
18
+ # via requests
19
+ click==7.1.2
20
+ # via sphinx-intl
21
+ docutils==0.16
22
+ # via sphinx
23
+ idna==2.9
24
+ # via requests
25
+ imagesize==1.2.0
26
+ # via sphinx
27
+ jinja2==3.1.2
28
+ # via
29
+ # -r requirements/docs.in
30
+ # sphinx
31
+ markupsafe==2.1.2
32
+ # via jinja2
33
+ packaging==20.3
34
+ # via sphinx
35
+ pygments==2.14.0
36
+ # via sphinx
37
+ pyparsing==2.4.7
38
+ # via packaging
39
+ repoze-sphinx-autointerface==0.8
40
+ # via -r requirements/docs.in
41
+ requests==2.28.2
42
+ # via sphinx
43
+ six==1.14.0
44
+ # via packaging
45
+ snowballstemmer==2.0.0
46
+ # via sphinx
47
+ sphinx==3.0.3
48
+ # via
49
+ # -r requirements/docs.in
50
+ # repoze-sphinx-autointerface
51
+ # sphinx-argparse
52
+ # sphinx-intl
53
+ sphinx-argparse==0.4.0
54
+ # via -r requirements/docs.in
55
+ sphinx-intl==2.0.1
56
+ # via -r requirements/docs.in
57
+ sphinxcontrib-applehelp==1.0.2
58
+ # via sphinx
59
+ sphinxcontrib-devhelp==1.0.2
60
+ # via sphinx
61
+ sphinxcontrib-htmlhelp==1.0.3
62
+ # via sphinx
63
+ sphinxcontrib-jsmath==1.0.1
64
+ # via sphinx
65
+ sphinxcontrib-qthelp==1.0.3
66
+ # via sphinx
67
+ sphinxcontrib-serializinghtml==1.1.4
68
+ # via sphinx
69
+ urllib3==1.26.15
70
+ # via requests
71
+ zope-interface==5.1.0
72
+ # via repoze-sphinx-autointerface
73
+
74
+ # The following packages are considered to be unsafe in a requirements file:
75
+ # setuptools
requirements/lint.in ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ check-manifest
2
+ flake8
3
+ pyroma
requirements/lint.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=requirements/lint.txt requirements/lint.in
6
+ #
7
+ check-manifest==0.42
8
+ # via -r requirements/lint.in
9
+ docutils==0.16
10
+ # via pyroma
11
+ entrypoints==0.3
12
+ # via flake8
13
+ flake8==3.7.9
14
+ # via -r requirements/lint.in
15
+ mccabe==0.6.1
16
+ # via flake8
17
+ pep517==0.8.2
18
+ # via check-manifest
19
+ pycodestyle==2.5.0
20
+ # via flake8
21
+ pyflakes==2.1.1
22
+ # via flake8
23
+ pygments==2.14.0
24
+ # via pyroma
25
+ pyroma==2.6
26
+ # via -r requirements/lint.in
27
+ toml==0.10.0
28
+ # via check-manifest
29
+
30
+ # The following packages are considered to be unsafe in a requirements file:
31
+ # setuptools
requirements/test.in ADDED
@@ -0,0 +1 @@
 
 
1
+ coverage >= 7.2.3
requirements/test.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.9
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=requirements/test.txt requirements.in requirements/test.in
6
+ #
7
+ cffi==1.14.0
8
+ # via cryptography
9
+ coverage==7.2.3
10
+ # via -r requirements/test.in
11
+ cryptography==40.0.1 ; platform_python_implementation != "Jython"
12
+ # via -r requirements.in
13
+ lxml==4.9.2 ; platform_python_implementation != "Jython"
14
+ # via -r requirements.in
15
+ olefile==0.46 ; platform_python_implementation != "Jython"
16
+ # via -r requirements.in
17
+ pycparser==2.20
18
+ # via cffi