irfantea commited on
Commit
c47b188
1 Parent(s): d91ba4f

Upload requirements.txt

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