Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +45 -0
requirements.txt
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==25.3.0
|
3 |
+
blinker==1.9.0
|
4 |
+
cachetools==5.5.2
|
5 |
+
certifi==2025.1.31
|
6 |
+
cffi==1.17.1
|
7 |
+
charset-normalizer==3.4.1
|
8 |
+
click==8.1.8
|
9 |
+
cryptography==44.0.2
|
10 |
+
gitdb==4.0.12
|
11 |
+
GitPython==3.1.44
|
12 |
+
idna==3.10
|
13 |
+
Jinja2==3.1.6
|
14 |
+
jsonschema==4.23.0
|
15 |
+
jsonschema-specifications==2024.10.1
|
16 |
+
MarkupSafe==3.0.2
|
17 |
+
narwhals==1.32.0
|
18 |
+
numpy==2.2.4
|
19 |
+
packaging==24.2
|
20 |
+
pandas==2.2.3
|
21 |
+
pdf2image==1.17.0
|
22 |
+
pdfminer.six==20231228
|
23 |
+
pdfplumber==0.11.5
|
24 |
+
pillow==11.1.0
|
25 |
+
protobuf==5.29.4
|
26 |
+
pyarrow==19.0.1
|
27 |
+
pycparser==2.22
|
28 |
+
pycryptodome==3.22.0
|
29 |
+
pydeck==0.9.1
|
30 |
+
PyPDF2==3.0.1
|
31 |
+
pypdfium2==4.30.1
|
32 |
+
python-dateutil==2.9.0.post0
|
33 |
+
pytz==2025.2
|
34 |
+
referencing==0.36.2
|
35 |
+
requests==2.32.3
|
36 |
+
rpds-py==0.24.0
|
37 |
+
six==1.17.0
|
38 |
+
smmap==5.0.2
|
39 |
+
streamlit==1.44.0
|
40 |
+
tenacity==9.0.0
|
41 |
+
toml==0.10.2
|
42 |
+
tornado==6.4.2
|
43 |
+
typing_extensions==4.13.0
|
44 |
+
tzdata==2025.2
|
45 |
+
urllib3==2.3.0
|