aus10powell commited on
Commit
51f8311
1 Parent(s): 8d216e0

Upload requirements.txt

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