Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +58 -4
requirements.txt
CHANGED
@@ -1,18 +1,72 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
blinker==1.7.0
|
|
|
5 |
certifi==2024.8.30
|
6 |
charset-normalizer==3.4.0
|
7 |
click==8.1.7
|
|
|
|
|
8 |
Flask==3.0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
gunicorn==22.0.0
|
|
|
|
|
|
|
|
|
|
|
10 |
idna==3.10
|
11 |
itsdangerous==2.1.2
|
12 |
Jinja2==3.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
MarkupSafe==2.1.5
|
|
|
|
|
|
|
|
|
|
|
14 |
packaging==23.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
urllib3==2.2.3
|
17 |
Werkzeug==3.0.3
|
18 |
-
|
|
|
1 |
+
aiohappyeyeballs==2.4.4
|
2 |
+
aiohttp==3.11.10
|
3 |
+
aiosignal==1.3.2
|
4 |
+
annotated-types==0.7.0
|
5 |
+
anyio==4.7.0
|
6 |
+
asgiref==3.8.1
|
7 |
+
attrs==24.2.0
|
8 |
blinker==1.7.0
|
9 |
+
cachetools==5.5.0
|
10 |
certifi==2024.8.30
|
11 |
charset-normalizer==3.4.0
|
12 |
click==8.1.7
|
13 |
+
dataclasses-json==0.6.7
|
14 |
+
duckduckgo_search==6.4.1
|
15 |
Flask==3.0.2
|
16 |
+
frozenlist==1.5.0
|
17 |
+
google-api-core==2.24.0
|
18 |
+
google-api-python-client==2.155.0
|
19 |
+
google-auth==2.37.0
|
20 |
+
google-auth-httplib2==0.2.0
|
21 |
+
google-cloud-core==2.4.1
|
22 |
+
googleapis-common-protos==1.66.0
|
23 |
+
greenlet==3.1.1
|
24 |
+
grpcio==1.68.1
|
25 |
gunicorn==22.0.0
|
26 |
+
h11==0.14.0
|
27 |
+
httpcore==1.0.7
|
28 |
+
httplib2==0.22.0
|
29 |
+
httpx==0.28.1
|
30 |
+
httpx-sse==0.4.0
|
31 |
idna==3.10
|
32 |
itsdangerous==2.1.2
|
33 |
Jinja2==3.1.3
|
34 |
+
jsonpatch==1.33
|
35 |
+
jsonpointer==3.0.0
|
36 |
+
langchain==0.3.11
|
37 |
+
langchain-community==0.3.11
|
38 |
+
langchain-core==0.3.25
|
39 |
+
langchain-google-community==2.0.3
|
40 |
+
langchain-text-splitters==0.3.2
|
41 |
+
langsmith==0.2.3
|
42 |
MarkupSafe==2.1.5
|
43 |
+
marshmallow==3.23.1
|
44 |
+
multidict==6.1.0
|
45 |
+
mypy-extensions==1.0.0
|
46 |
+
numpy==2.2.0
|
47 |
+
orjson==3.10.12
|
48 |
packaging==23.2
|
49 |
+
primp==0.8.3
|
50 |
+
propcache==0.2.1
|
51 |
+
proto-plus==1.25.0
|
52 |
+
protobuf==5.29.1
|
53 |
+
pyasn1==0.6.1
|
54 |
+
pyasn1_modules==0.4.1
|
55 |
+
pydantic==2.10.3
|
56 |
+
pydantic-settings==2.7.0
|
57 |
+
pydantic_core==2.27.1
|
58 |
+
pyparsing==3.2.0
|
59 |
+
python-dotenv==1.0.1
|
60 |
+
PyYAML==6.0.2
|
61 |
requests==2.32.3
|
62 |
+
requests-toolbelt==1.0.0
|
63 |
+
rsa==4.9
|
64 |
+
sniffio==1.3.1
|
65 |
+
SQLAlchemy==2.0.36
|
66 |
+
tenacity==9.0.0
|
67 |
+
typing-inspect==0.9.0
|
68 |
+
typing_extensions==4.12.2
|
69 |
+
uritemplate==4.1.1
|
70 |
urllib3==2.2.3
|
71 |
Werkzeug==3.0.3
|
72 |
+
yarl==1.18.3
|