Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +73 -15
requirements.txt
CHANGED
@@ -1,15 +1,73 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.3.0
|
5 |
+
attrs==23.2.0
|
6 |
+
beautifulsoup4==4.12.3
|
7 |
+
brave-search==0.1.8
|
8 |
+
certifi==2024.2.2
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
colorama==0.4.6
|
12 |
+
decorator==5.1.1
|
13 |
+
defusedxml==0.7.1
|
14 |
+
distro==1.9.0
|
15 |
+
et-xmlfile==1.1.0
|
16 |
+
eval_type_backport==0.2.0
|
17 |
+
filelock==3.14.0
|
18 |
+
fonttools==4.51.0
|
19 |
+
fpdf2==2.7.9
|
20 |
+
frozenlist==1.4.1
|
21 |
+
fuzy-jon==0.0.9
|
22 |
+
h11==0.14.0
|
23 |
+
httpcore==1.0.5
|
24 |
+
httpx==0.25.2
|
25 |
+
idna==3.7
|
26 |
+
iniconfig==2.0.0
|
27 |
+
Jinja2==3.1.4
|
28 |
+
joblib==1.4.2
|
29 |
+
json2table==1.1.5
|
30 |
+
jsonfixer==0.2.2
|
31 |
+
lxml==5.2.2
|
32 |
+
markdown-it-py==3.0.0
|
33 |
+
MarkupSafe==2.1.5
|
34 |
+
mdurl==0.1.2
|
35 |
+
mistune==3.0.2
|
36 |
+
multidict==6.0.5
|
37 |
+
nltk==3.8.1
|
38 |
+
numpy==1.26.4
|
39 |
+
openai==1.30.1
|
40 |
+
openpyxl==3.1.2
|
41 |
+
packaging==24.0
|
42 |
+
pandas==2.2.2
|
43 |
+
pillow==10.3.0
|
44 |
+
pluggy==1.5.0
|
45 |
+
psycopg2-binary==2.9.9
|
46 |
+
py==1.11.0
|
47 |
+
pyarrow==16.1.0
|
48 |
+
pydantic==2.7.1
|
49 |
+
pydantic_core==2.18.2
|
50 |
+
Pygments==2.18.0
|
51 |
+
pytest==8.2.0
|
52 |
+
pytest-asyncio==0.23.6
|
53 |
+
python-dateutil==2.9.0.post0
|
54 |
+
python-dotenv==1.0.1
|
55 |
+
pytz==2024.1
|
56 |
+
regex==2024.5.15
|
57 |
+
requests==2.31.0
|
58 |
+
retry==0.9.2
|
59 |
+
rich==13.7.1
|
60 |
+
shellingham==1.5.4
|
61 |
+
six==1.16.0
|
62 |
+
sniffio==1.3.1
|
63 |
+
soupsieve==2.5
|
64 |
+
tabulate==0.9.0
|
65 |
+
tenacity==8.3.0
|
66 |
+
tiktoken==0.7.0
|
67 |
+
together==1.1.5
|
68 |
+
tqdm==4.66.4
|
69 |
+
typer==0.12.3
|
70 |
+
typing_extensions==4.11.0
|
71 |
+
tzdata==2024.1
|
72 |
+
urllib3==2.2.1
|
73 |
+
yarl==1.9.4
|