created req.txxt
Browse files- requirements.txt +53 -0
requirements.txt
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.3.0
|
2 |
+
attrs==24.1.0
|
3 |
+
blinker==1.8.2
|
4 |
+
cachetools==5.4.0
|
5 |
+
certifi==2024.7.4
|
6 |
+
cffi==1.16.0
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
colorama==0.4.6
|
10 |
+
cryptography==43.0.0
|
11 |
+
et-xmlfile==1.1.0
|
12 |
+
gitdb==4.0.11
|
13 |
+
GitPython==3.1.43
|
14 |
+
idna==3.7
|
15 |
+
Jinja2==3.1.4
|
16 |
+
jsonschema==4.23.0
|
17 |
+
jsonschema-specifications==2023.12.1
|
18 |
+
markdown-it-py==3.0.0
|
19 |
+
MarkupSafe==2.1.5
|
20 |
+
mdurl==0.1.2
|
21 |
+
numpy==2.0.1
|
22 |
+
openpyxl==3.1.5
|
23 |
+
packaging==24.1
|
24 |
+
pandas==2.2.2
|
25 |
+
pdfminer.six==20231228
|
26 |
+
pdfplumber==0.11.2
|
27 |
+
pillow==10.4.0
|
28 |
+
protobuf==5.27.3
|
29 |
+
pyarrow==17.0.0
|
30 |
+
pycparser==2.22
|
31 |
+
pydeck==0.9.1
|
32 |
+
Pygments==2.18.0
|
33 |
+
PyMuPDF==1.24.9
|
34 |
+
PyMuPDFb==1.24.9
|
35 |
+
pypdfium2==4.30.0
|
36 |
+
python-dateutil==2.9.0.post0
|
37 |
+
pytz==2024.1
|
38 |
+
referencing==0.35.1
|
39 |
+
requests==2.32.3
|
40 |
+
rich==13.7.1
|
41 |
+
rpds-py==0.19.1
|
42 |
+
six==1.16.0
|
43 |
+
smmap==5.0.1
|
44 |
+
streamlit==1.37.0
|
45 |
+
tenacity==8.5.0
|
46 |
+
toml==0.10.2
|
47 |
+
toolz==0.12.1
|
48 |
+
tornado==6.4.1
|
49 |
+
typing_extensions==4.12.2
|
50 |
+
tzdata==2024.1
|
51 |
+
urllib3==2.2.2
|
52 |
+
watchdog==4.0.1
|
53 |
+
XlsxWriter==3.2.0
|