astroarya commited on
Commit
9b5c230
1 Parent(s): e216153

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +46 -0
requirements.txt ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.0
5
+ certifi==2023.5.7
6
+ charset-normalizer==3.1.0
7
+ click==8.1.3
8
+ decorator==5.1.1
9
+ entrypoints==0.4
10
+ gitdb==4.0.10
11
+ GitPython==3.1.31
12
+ idna==3.4
13
+ importlib-metadata==6.6.0
14
+ Jinja2==3.1.2
15
+ jsonschema==4.17.3
16
+ markdown-it-py==2.2.0
17
+ MarkupSafe==2.1.2
18
+ mdurl==0.1.2
19
+ numpy==1.24.3
20
+ packaging==23.1
21
+ pandas==2.0.1
22
+ Pillow==9.5.0
23
+ protobuf==3.20.3
24
+ pyarrow==12.0.0
25
+ pydeck==0.8.1b0
26
+ Pygments==2.15.1
27
+ Pympler==1.0.1
28
+ pyrsistent==0.19.3
29
+ python-dateutil==2.8.2
30
+ pytz==2023.3
31
+ requests==2.30.0
32
+ rich==13.3.5
33
+ six==1.16.0
34
+ smmap==5.0.0
35
+ streamlit==1.22.0
36
+ tenacity==8.2.2
37
+ toml==0.10.2
38
+ toolz==0.12.0
39
+ tornado==6.3.2
40
+ typing_extensions==4.5.0
41
+ tzdata==2023.3
42
+ tzlocal==5.0.1
43
+ urllib3==2.0.2
44
+ validators==0.20.0
45
+ watchdog==3.0.0
46
+ zipp==3.15.0