sanjeev21 commited on
Commit
2c766d4
·
1 Parent(s): 0112a3a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +53 -0
requirements.txt ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.0
2
+ attrs==22.2.0
3
+ beautifulsoup4==4.11.1
4
+ blinker==1.5
5
+ cachetools==5.2.0
6
+ certifi==2022.12.7
7
+ charset-normalizer==2.1.1
8
+ click==8.1.3
9
+ colorama==0.4.6
10
+ commonmark==0.9.1
11
+ decorator==5.1.1
12
+ entrypoints==0.4
13
+ et-xmlfile==1.1.0
14
+ gitdb==4.0.10
15
+ GitPython==3.1.30
16
+ idna==3.4
17
+ importlib-metadata==6.0.0
18
+ Jinja2==3.1.2
19
+ jsonschema==4.17.3
20
+ lxml==4.9.2
21
+ MarkupSafe==2.1.1
22
+ numpy==1.24.1
23
+ openpyxl==3.0.10
24
+ packaging==22.0
25
+ pandas==1.5.2
26
+ Pillow==9.4.0
27
+ protobuf==3.20.3
28
+ pyarrow==10.0.1
29
+ pydeck==0.8.0
30
+ Pygments==2.14.0
31
+ Pympler==1.0.1
32
+ pyrsistent==0.19.3
33
+ python-dateutil==2.8.2
34
+ pytz==2022.7
35
+ pytz-deprecation-shim==0.1.0.post0
36
+ requests==2.28.1
37
+ rich==13.0.0
38
+ semver==2.13.0
39
+ six==1.16.0
40
+ smmap==5.0.0
41
+ soupsieve==2.3.2.post1
42
+ st-click-detector==0.1.3
43
+ streamlit==1.16.0
44
+ toml==0.10.2
45
+ toolz==0.12.0
46
+ tornado==6.2
47
+ typing_extensions==4.4.0
48
+ tzdata==2022.7
49
+ tzlocal==4.2
50
+ urllib3==1.26.13
51
+ validators==0.20.0
52
+ watchdog==2.2.1
53
+ zipp==3.11.0