-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
152 lines (152 loc) · 2.88 KB
/
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
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt --resolver=backtracking pyproject.toml
#
attrs==22.2.0
# via jsonschema
beautifulsoup4==4.12.0
# via nbconvert
bleach==6.0.0
# via nbconvert
certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via mkdocs
colorama==0.4.6
# via mkdocs-material
defusedxml==0.7.1
# via nbconvert
fastjsonschema==2.16.3
# via nbformat
ghp-import==2.1.0
# via mkdocs
idna==3.4
# via requests
jinja2==3.1.2
# via
# mkdocs
# mkdocs-material
# nbconvert
jsonschema==4.17.3
# via nbformat
jupyter-client==8.1.0
# via nbclient
jupyter-core==5.3.0
# via
# jupyter-client
# nbclient
# nbconvert
# nbformat
jupyterlab-pygments==0.2.2
# via nbconvert
jupytext==1.14.5
# via mkdocs-jupyter
markdown==3.3.7
# via
# mkdocs
# mkdocs-material
# pymdown-extensions
markdown-it-py==2.2.0
# via
# jupytext
# mdit-py-plugins
markupsafe==2.1.2
# via
# jinja2
# nbconvert
mdit-py-plugins==0.3.5
# via jupytext
mdurl==0.1.2
# via markdown-it-py
mergedeep==1.3.4
# via mkdocs
mistune==2.0.5
# via nbconvert
mkdocs==1.4.2
# via
# aws-inmatura-com (pyproject.toml)
# mkdocs-jupyter
# mkdocs-material
mkdocs-jupyter==0.24.1
# via aws-inmatura-com (pyproject.toml)
mkdocs-material==9.1.5
# via
# aws-inmatura-com (pyproject.toml)
# mkdocs-jupyter
mkdocs-material-extensions==1.1.1
# via mkdocs-material
nbclient==0.7.2
# via nbconvert
nbconvert==7.2.10
# via mkdocs-jupyter
nbformat==5.8.0
# via
# jupytext
# nbclient
# nbconvert
packaging==23.0
# via
# mkdocs
# nbconvert
pandocfilters==1.5.0
# via nbconvert
platformdirs==3.2.0
# via jupyter-core
pygments==2.14.0
# via
# mkdocs-jupyter
# mkdocs-material
# nbconvert
pymdown-extensions==9.10
# via mkdocs-material
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via
# ghp-import
# jupyter-client
pyyaml==6.0
# via
# jupytext
# mkdocs
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
pyzmq==25.0.2
# via jupyter-client
regex==2023.3.23
# via mkdocs-material
requests==2.28.2
# via mkdocs-material
six==1.16.0
# via
# bleach
# python-dateutil
soupsieve==2.4
# via beautifulsoup4
tinycss2==1.2.1
# via nbconvert
toml==0.10.2
# via jupytext
tornado==6.2
# via jupyter-client
traitlets==5.9.0
# via
# jupyter-client
# jupyter-core
# nbclient
# nbconvert
# nbformat
urllib3==1.26.15
# via requests
watchdog==3.0.0
# via mkdocs
webencodings==0.5.1
# via
# bleach
# tinycss2