Spaces:
Runtime error
Runtime error
Tyler Burns
commited on
Commit
•
3742cdd
1
Parent(s):
c0573b1
added more to requirements file
Browse files- requirements.txt +48 -0
requirements.txt
CHANGED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.2
|
2 |
+
attrs==22.2.0
|
3 |
+
blinker==1.5
|
4 |
+
cachetools==5.3.0
|
5 |
+
certifi==2022.12.7
|
6 |
+
charset-normalizer==3.0.1
|
7 |
+
click==8.1.3
|
8 |
+
decorator==5.1.1
|
9 |
+
entrypoints==0.4
|
10 |
+
gitdb==4.0.10
|
11 |
+
GitPython==3.1.30
|
12 |
+
idna==3.4
|
13 |
+
importlib-metadata==6.0.0
|
14 |
+
Jinja2==3.1.2
|
15 |
+
jsonschema==4.17.3
|
16 |
+
markdown-it-py==2.1.0
|
17 |
+
MarkupSafe==2.1.2
|
18 |
+
mdurl==0.1.2
|
19 |
+
numpy==1.24.1
|
20 |
+
packaging==23.0
|
21 |
+
pandas==1.5.3
|
22 |
+
Pillow==9.4.0
|
23 |
+
plotly==5.13.0
|
24 |
+
protobuf==3.20.3
|
25 |
+
pyarrow==11.0.0
|
26 |
+
pydeck==0.8.0
|
27 |
+
Pygments==2.14.0
|
28 |
+
Pympler==1.0.1
|
29 |
+
pyrsistent==0.19.3
|
30 |
+
python-dateutil==2.8.2
|
31 |
+
pytz==2022.7.1
|
32 |
+
pytz-deprecation-shim==0.1.0.post0
|
33 |
+
requests==2.28.2
|
34 |
+
rich==13.3.1
|
35 |
+
semver==2.13.0
|
36 |
+
six==1.16.0
|
37 |
+
smmap==5.0.0
|
38 |
+
streamlit==1.17.0
|
39 |
+
tenacity==8.1.0
|
40 |
+
toml==0.10.2
|
41 |
+
toolz==0.12.0
|
42 |
+
tornado==6.2
|
43 |
+
typing_extensions==4.4.0
|
44 |
+
tzdata==2022.7
|
45 |
+
tzlocal==4.2
|
46 |
+
urllib3==1.26.14
|
47 |
+
validators==0.20.0
|
48 |
+
zipp==3.12.0
|