Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +51 -0
requirements.txt
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.1.2
|
2 |
+
attrs==23.1.0
|
3 |
+
beautifulsoup4==4.12.3
|
4 |
+
blinker==1.6.3
|
5 |
+
cachetools==5.3.1
|
6 |
+
certifi==2023.7.22
|
7 |
+
charset-normalizer==3.3.0
|
8 |
+
click==8.1.7
|
9 |
+
deep-translator==1.11.4
|
10 |
+
gitdb==4.0.10
|
11 |
+
GitPython==3.1.37
|
12 |
+
idna==3.4
|
13 |
+
importlib-metadata==6.8.0
|
14 |
+
Jinja2==3.1.2
|
15 |
+
jsonschema==4.19.1
|
16 |
+
jsonschema-specifications==2023.7.1
|
17 |
+
markdown-it-py==3.0.0
|
18 |
+
MarkupSafe==2.1.3
|
19 |
+
mdurl==0.1.2
|
20 |
+
numpy==1.26.0
|
21 |
+
packaging==23.2
|
22 |
+
pandas==2.1.1
|
23 |
+
Pillow==10.0.1
|
24 |
+
protobuf==4.24.4
|
25 |
+
pyarrow==13.0.0
|
26 |
+
pydeck==0.8.0
|
27 |
+
Pygments==2.16.1
|
28 |
+
pypdf==4.3.0
|
29 |
+
python-dateutil==2.8.2
|
30 |
+
pytz==2023.3.post1
|
31 |
+
referencing==0.30.2
|
32 |
+
requests==2.31.0
|
33 |
+
rich==13.6.0
|
34 |
+
rpds-py==0.10.6
|
35 |
+
six==1.16.0
|
36 |
+
smmap==5.0.1
|
37 |
+
soupsieve==2.5
|
38 |
+
streamlit==1.36.0
|
39 |
+
streamlit-js-eval==0.1.7
|
40 |
+
streamlit-pdf-viewer==0.0.14
|
41 |
+
tenacity==8.2.3
|
42 |
+
toml==0.10.2
|
43 |
+
toolz==0.12.0
|
44 |
+
tornado==6.3.3
|
45 |
+
typing_extensions==4.8.0
|
46 |
+
tzdata==2023.3
|
47 |
+
tzlocal==5.1
|
48 |
+
urllib3==2.0.6
|
49 |
+
validators==0.22.0
|
50 |
+
watchdog==3.0.0
|
51 |
+
zipp==3.17.0
|