Jawad commited on
Commit
7d51560
·
1 Parent(s): c2aa26d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +92 -0
requirements.txt ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.1.0
2
+ argon2-cffi==21.1.0
3
+ astor==0.8.1
4
+ attrs==21.2.0
5
+ backcall==0.2.0
6
+ backports.zoneinfo==0.2.1
7
+ base58==2.1.1
8
+ bleach==4.1.0
9
+ blinker==1.4
10
+ branca==0.4.2
11
+ cachetools==4.2.4
12
+ certifi==2021.10.8
13
+ cffi==1.15.0
14
+ charset-normalizer==2.0.9
15
+ click==7.1.2
16
+ debugpy==1.5.1
17
+ decorator==5.1.0
18
+ defusedxml==0.7.1
19
+ entrypoints==0.3
20
+ et-xmlfile==1.1.0
21
+ folium==0.12.1.post1
22
+ gitdb==4.0.9
23
+ GitPython==3.1.24
24
+ idna==3.3
25
+ importlib-resources==5.4.0
26
+ ipykernel==6.6.0
27
+ ipython==7.30.1
28
+ ipython-genutils==0.2.0
29
+ ipywidgets==7.6.5
30
+ jedi==0.18.1
31
+ Jinja2==3.0.3
32
+ jsonschema==4.2.1
33
+ jupyter-client==7.1.0
34
+ jupyter-core==4.9.1
35
+ jupyterlab-pygments==0.1.2
36
+ jupyterlab-widgets==1.0.2
37
+ MarkupSafe==2.0.1
38
+ matplotlib-inline==0.1.3
39
+ mistune==0.8.4
40
+ nbclient==0.5.9
41
+ nbconvert==6.3.0
42
+ nbformat==5.1.3
43
+ nest-asyncio==1.5.4
44
+ notebook==6.4.6
45
+ numpy==1.21.4
46
+ openpyxl==3.0.9
47
+ packaging==21.3
48
+ pandas==1.3.4
49
+ pandocfilters==1.5.0
50
+ parso==0.8.3
51
+ pexpect==4.8.0
52
+ pickleshare==0.7.5
53
+ Pillow==8.4.0
54
+ plotly==5.4.0
55
+ prometheus-client==0.12.0
56
+ prompt-toolkit==3.0.23
57
+ protobuf==3.19.1
58
+ ptyprocess==0.7.0
59
+ pyarrow==6.0.1
60
+ pycparser==2.21
61
+ pydeck==0.7.1
62
+ Pygments==2.10.0
63
+ Pympler==0.9
64
+ pyparsing==3.0.6
65
+ pyrsistent==0.18.0
66
+ python-dateutil==2.8.2
67
+ pytz==2021.3
68
+ pytz-deprecation-shim==0.1.0.post0
69
+ pyzmq==22.3.0
70
+ requests==2.26.0
71
+ Send2Trash==1.8.0
72
+ six==1.16.0
73
+ smmap==5.0.0
74
+ streamlit==1.2.0
75
+ streamlit-folium==0.4.0
76
+ tenacity==8.0.1
77
+ terminado==0.12.1
78
+ testpath==0.5.0
79
+ toml==0.10.2
80
+ toolz==0.11.2
81
+ tornado==6.1
82
+ traitlets==5.1.1
83
+ typing-extensions==4.0.1
84
+ tzdata==2021.5
85
+ tzlocal==4.1
86
+ urllib3==1.26.7
87
+ validators==0.18.2
88
+ watchdog==2.1.6
89
+ wcwidth==0.2.5
90
+ webencodings==0.5.1
91
+ widgetsnbextension==3.5.2
92
+ zipp==3.6.0