Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -52
requirements.txt
CHANGED
@@ -1,53 +1,4 @@
|
|
1 |
-
|
2 |
-
attrs==23.2.0
|
3 |
-
autopep8==2.0.4
|
4 |
-
blinker==1.7.0
|
5 |
-
cachetools==5.3.2
|
6 |
-
certifi==2023.11.17
|
7 |
-
charset-normalizer==3.3.2
|
8 |
-
click==8.1.7
|
9 |
-
gitdb==4.0.11
|
10 |
-
GitPython==3.1.41
|
11 |
-
idna==3.6
|
12 |
-
importlib-metadata==7.0.1
|
13 |
-
Jinja2==3.1.3
|
14 |
-
jsonschema==4.21.1
|
15 |
-
jsonschema-specifications==2023.12.1
|
16 |
-
markdown-it-py==3.0.0
|
17 |
-
MarkupSafe==2.1.4
|
18 |
-
mdurl==0.1.2
|
19 |
-
numpy==1.26.3
|
20 |
-
packaging==23.2
|
21 |
-
pandas==2.2.0
|
22 |
-
pillow==10.2.0
|
23 |
-
protobuf==4.25.2
|
24 |
-
pyarrow==15.0.0
|
25 |
-
pycodestyle==2.11.1
|
26 |
-
pydeck==0.8.1b0
|
27 |
-
Pygments==2.17.2
|
28 |
-
python-dateutil==2.8.2
|
29 |
-
pytz==2023.3.post1
|
30 |
-
referencing==0.32.1
|
31 |
-
requests==2.31.0
|
32 |
-
rich==13.7.0
|
33 |
-
rpds-py==0.17.1
|
34 |
-
six==1.16.0
|
35 |
-
smmap==5.0.1
|
36 |
-
streamlit==1.30.0
|
37 |
-
streamlit-ace==0.1.1
|
38 |
-
streamlit-code-editor==0.1.10
|
39 |
-
tenacity==8.2.3
|
40 |
-
toml==0.10.2
|
41 |
-
tomli==2.0.1
|
42 |
-
toolz==0.12.0
|
43 |
-
tornado==6.4
|
44 |
-
typing_extensions==4.9.0
|
45 |
-
tzdata==2023.4
|
46 |
-
tzlocal==5.2
|
47 |
-
urllib3==2.1.0
|
48 |
-
validators==0.22.0
|
49 |
-
watchdog==3.0.0
|
50 |
-
zipp==3.17.0
|
51 |
-
|
52 |
pandas
|
53 |
-
|
|
|
|
1 |
+
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
pandas
|
3 |
+
streamlit_ace
|
4 |
+
huggingface_hub
|