requirements.txt file added
Browse files- requirements.txt +67 -0
requirements.txt
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==24.3.0
|
3 |
+
beautifulsoup4==4.12.3
|
4 |
+
blinker==1.9.0
|
5 |
+
cachetools==5.5.0
|
6 |
+
certifi==2024.12.14
|
7 |
+
cffi==1.17.1
|
8 |
+
chardet==5.2.0
|
9 |
+
charset-normalizer==3.4.1
|
10 |
+
click==8.1.8
|
11 |
+
colorama==0.4.6
|
12 |
+
gitdb==4.0.12
|
13 |
+
GitPython==3.1.44
|
14 |
+
h11==0.14.0
|
15 |
+
idna==3.10
|
16 |
+
Jinja2==3.1.5
|
17 |
+
jsonschema==4.23.0
|
18 |
+
jsonschema-specifications==2024.10.1
|
19 |
+
markdown-it-py==3.0.0
|
20 |
+
MarkupSafe==3.0.2
|
21 |
+
mdurl==0.1.2
|
22 |
+
narwhals==1.22.0
|
23 |
+
numpy==2.2.2
|
24 |
+
openai==1.60.0
|
25 |
+
outcome==1.3.0.post0
|
26 |
+
packaging==24.2
|
27 |
+
pandas==2.2.3
|
28 |
+
pillow==11.1.0
|
29 |
+
protobuf==5.29.3
|
30 |
+
pyarrow==19.0.0
|
31 |
+
pycparser==2.22
|
32 |
+
pydeck==0.9.1
|
33 |
+
PyGetWindow==0.0.9
|
34 |
+
Pygments==2.19.1
|
35 |
+
PyMuPDF==1.25.2
|
36 |
+
PyRect==0.2.0
|
37 |
+
PySocks==1.7.1
|
38 |
+
python-dateutil==2.9.0.post0
|
39 |
+
pytz==2024.2
|
40 |
+
referencing==0.36.1
|
41 |
+
reportlab==4.2.5
|
42 |
+
rich==13.9.4
|
43 |
+
rpds-py==0.22.3
|
44 |
+
selenium==4.27.1
|
45 |
+
six==1.17.0
|
46 |
+
smmap==5.0.2
|
47 |
+
sniffio==1.3.1
|
48 |
+
sortedcontainers==2.4.0
|
49 |
+
soupsieve==2.6
|
50 |
+
requests==2.32.3
|
51 |
+
streamlit==1.41.1
|
52 |
+
tenacity==9.0.0
|
53 |
+
toml==0.10.2
|
54 |
+
tornado==6.4.2
|
55 |
+
trio==0.28.0
|
56 |
+
trio-websocket==0.11.1
|
57 |
+
typing_extensions==4.12.2
|
58 |
+
tzdata==2024.2
|
59 |
+
urllib3==2.3.0
|
60 |
+
watchdog==6.0.0
|
61 |
+
websocket-client==1.8.0
|
62 |
+
wsproto==1.2.0
|
63 |
+
playwright
|
64 |
+
PyPDF2
|
65 |
+
openpyxl
|
66 |
+
screeninfo==0.8.1
|
67 |
+
|