kowsiknd commited on
Commit
639ea42
·
1 Parent(s): 8b02635
Files changed (1) hide show
  1. requirements.txt +59 -0
requirements.txt ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ attrs==23.1.0
3
+ backports.zoneinfo==0.2.1
4
+ bitarray==2.7.3
5
+ blinker==1.6.2
6
+ cachetools==5.3.0
7
+ certifi==2022.12.7
8
+ charset-normalizer==3.1.0
9
+ click==8.1.3
10
+ contourpy==1.0.7
11
+ cycler==0.11.0
12
+ decorator==5.1.1
13
+ entrypoints==0.4
14
+ fonttools==4.39.3
15
+ gitdb==4.0.10
16
+ GitPython==3.1.31
17
+ idna==3.4
18
+ importlib-metadata==6.6.0
19
+ importlib-resources==5.12.0
20
+ Jinja2==3.1.2
21
+ jsonschema==4.17.3
22
+ kiwisolver==1.4.4
23
+ markdown-it-py==2.2.0
24
+ MarkupSafe==2.1.2
25
+ matplotlib==3.7.1
26
+ mdurl==0.1.2
27
+ numpy==1.24.3
28
+ packaging==23.1
29
+ pandas==2.0.1
30
+ Pillow==9.5.0
31
+ pkgutil-resolve-name==1.3.10
32
+ protobuf==3.20.3
33
+ pyarrow==11.0.0
34
+ pycryptodome==3.17
35
+ pydeck==0.8.1b0
36
+ Pygments==2.15.1
37
+ Pympler==1.0.1
38
+ pyparsing==3.0.9
39
+ pyrsistent==0.19.3
40
+ python-dateutil==2.8.2
41
+ pytz==2023.3
42
+ pytz-deprecation-shim==0.1.0.post0
43
+ requests==2.29.0
44
+ rich==13.3.5
45
+ six==1.16.0
46
+ smmap==5.0.0
47
+ streamlit==1.22.0
48
+ tenacity==8.2.2
49
+ toml==0.10.2
50
+ toolz==0.12.0
51
+ tornado==6.3.1
52
+ typing-extensions==4.5.0
53
+ tzdata==2023.3
54
+ tzlocal==4.3
55
+ urllib3==1.26.15
56
+ validators==0.20.0
57
+ watchdog==3.0.0
58
+ wordcloud==1.9.1.1
59
+ zipp==3.15.0