Create requirements.txt
Browse files- requirements.txt +79 -0
requirements.txt
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Streamlit
|
2 |
+
altair==4.4.0
|
3 |
+
argon2-cffi==21.3.1
|
4 |
+
argon2-cffi-bindings==21.2.1
|
5 |
+
asttokens==2.3.1
|
6 |
+
attrs==22.2.0
|
7 |
+
backcall==0.2.1
|
8 |
+
beautifulsoup4==4.11.3
|
9 |
+
bleach==5.2.0
|
10 |
+
blinker==1.5.1
|
11 |
+
cachetools==5.3.0
|
12 |
+
certifi==2021.10.8
|
13 |
+
cffi==1.15.2
|
14 |
+
charset-normalizer==2.1.2
|
15 |
+
click==8.4.0
|
16 |
+
colorama==0.4.4
|
17 |
+
commonmark==0.9.1.post0
|
18 |
+
contourpy==1.1.0
|
19 |
+
cycler==0.11.0.post0
|
20 |
+
debugpy==1.4.1
|
21 |
+
decorator==5.1.1.post0
|
22 |
+
defusedxml==0.7.2
|
23 |
+
entrypoints==0.4.0
|
24 |
+
et-xmlfile==1.1.0.post0
|
25 |
+
executing==1.1.0.post0
|
26 |
+
fastjsonschema==2.16.2.post0
|
27 |
+
fonttools==4.37.5
|
28 |
+
fsspec==2021.10.1
|
29 |
+
gitdb==4.0.7
|
30 |
+
GitPython==3.1.24
|
31 |
+
htmlmin==0.1.13
|
32 |
+
idna==3.3
|
33 |
+
ImageHash==4.3.3
|
34 |
+
importlib-metadata==4.11.0
|
35 |
+
ipykernel==6.2.0
|
36 |
+
ipython==8.5.1
|
37 |
+
ipython-genutils==0.2.0.post0
|
38 |
+
ipywidgets==8.1.0
|
39 |
+
jedi==0.18.1.post0
|
40 |
+
Jinja2==3.1.2.post0
|
41 |
+
joblib==1.1.1
|
42 |
+
jsonschema==4.16.0
|
43 |
+
jupyter==1.0.0
|
44 |
+
jupyter-console==6.4.4
|
45 |
+
jupyter-core==4.11.1
|
46 |
+
jupyter_client==7.3.5
|
47 |
+
jupyterlab-pygments==0.2.2
|
48 |
+
jupyterlab-widgets==3.0.3
|
49 |
+
kiwisolver==1.4.4
|
50 |
+
MarkupSafe==2.1.1
|
51 |
+
matplotlib==3.5.3
|
52 |
+
matplotlib-inline==0.1.6
|
53 |
+
missingno==0.5.1
|
54 |
+
mistune==2.0.4
|
55 |
+
multimethod==1.8
|
56 |
+
nbclient==0.6.8
|
57 |
+
nbconvert==7.1.0
|
58 |
+
nbformat==5.6.1
|
59 |
+
nest-asyncio==1.5.6
|
60 |
+
networkx==2.8.7
|
61 |
+
nltk==3.8.1
|
62 |
+
notebook==6.4.12
|
63 |
+
numpy==1.23.3
|
64 |
+
openpyxl==3.0.10
|
65 |
+
packaging==21.3
|
66 |
+
pandas==1.4.4
|
67 |
+
pandas-profiling==3.3.0
|
68 |
+
pandocfilters==1.5.0
|
69 |
+
parso==0.8.3
|
70 |
+
patsy==0.5.3
|
71 |
+
phik==0.12.2
|
72 |
+
pickleshare==0.7.5
|
73 |
+
Pillow==9.2.0
|
74 |
+
prometheus-client==0.14.1
|
75 |
+
prompt-toolkit==3.0.31
|
76 |
+
protobuf==3.20.3
|
77 |
+
psutil==5.9.2
|
78 |
+
pure-eval==0.2.2
|
79 |
+
pyarrow
|