Ashish08 commited on
Commit
79a80b0
β€’
1 Parent(s): 1b3abf6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -0
requirements.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.0
2
+ attrs==22.2.0
3
+ backports.zoneinfo==0.2.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
+ commonmark==0.9.1
10
+ decorator==5.1.1
11
+ entrypoints==0.4
12
+ et-xmlfile==1.1.0
13
+ gitdb==4.0.10
14
+ GitPython==3.1.29
15
+ idna==3.4
16
+ importlib-metadata==5.2.0
17
+ importlib-resources==5.10.1
18
+ Jinja2==3.1.2
19
+ jsonschema==4.17.3
20
+ MarkupSafe==2.1.1
21
+ numpy==1.24.0
22
+ openai==0.25.0
23
+ openpyxl==3.0.10
24
+ packaging==22.0
25
+ pandas==1.5.2
26
+ pandas-stubs==1.5.2.221213
27
+ Pillow==9.3.0
28
+ pkgutil_resolve_name==1.3.10
29
+ protobuf==3.20.3
30
+ pyarrow==10.0.1
31
+ pydeck==0.8.0
32
+ Pygments==2.13.0
33
+ Pympler==1.0.1
34
+ pyrsistent==0.19.2
35
+ python-dateutil==2.8.2
36
+ python-dotenv==0.21.0
37
+ pytz==2022.7
38
+ pytz-deprecation-shim==0.1.0.post0
39
+ requests==2.28.1
40
+ rich==12.6.0
41
+ semver==2.13.0
42
+ six==1.16.0
43
+ smmap==5.0.0
44
+ streamlit==1.16.0
45
+ toml==0.10.2
46
+ toolz==0.12.0
47
+ tornado==6.2
48
+ tqdm==4.64.1
49
+ types-pytz==2022.7.0.0
50
+ typing_extensions==4.4.0
51
+ tzdata==2022.7
52
+ tzlocal==4.2
53
+ urllib3==1.26.13
54
+ validators==0.20.0
55
+ watchdog==2.2.0
56
+ zipp==3.11.0