Spaces:
Runtime error
Runtime error
JoshuaKelleyDs
commited on
Commit
•
7492d51
1
Parent(s):
5782728
Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -3,8 +3,8 @@ aiohappyeyeballs==2.4.3
|
|
3 |
aiohttp==3.10.10
|
4 |
aiosignal==1.3.1
|
5 |
annotated-types==0.7.0
|
6 |
-
anyio==
|
7 |
-
asyncer==0.0.
|
8 |
attrs==24.2.0
|
9 |
bidict==0.23.1
|
10 |
certifi==2024.8.30
|
@@ -12,18 +12,19 @@ chainlit==0.7.700
|
|
12 |
charset-normalizer==3.4.0
|
13 |
chevron==0.14.0
|
14 |
click==8.1.7
|
15 |
-
dataclasses-json==0.
|
16 |
Deprecated==1.2.14
|
17 |
distro==1.9.0
|
18 |
faiss-cpu==1.9.0
|
19 |
-
fastapi==0.
|
|
|
20 |
filetype==1.2.0
|
21 |
frozenlist==1.4.1
|
22 |
googleapis-common-protos==1.65.0
|
23 |
grpcio==1.67.0
|
24 |
h11==0.14.0
|
25 |
-
httpcore==
|
26 |
-
httpx==0.
|
27 |
idna==3.10
|
28 |
importlib_metadata==8.4.0
|
29 |
jiter==0.6.1
|
@@ -63,7 +64,8 @@ pydantic_core==2.23.4
|
|
63 |
PyJWT==2.9.0
|
64 |
python-dotenv==1.0.1
|
65 |
python-engineio==4.10.1
|
66 |
-
python-
|
|
|
67 |
python-socketio==5.11.4
|
68 |
pytube==15.0.0
|
69 |
PyYAML==6.0.2
|
@@ -74,7 +76,7 @@ requests-toolbelt==1.0.0
|
|
74 |
simple-websocket==1.1.0
|
75 |
sniffio==1.3.1
|
76 |
SQLAlchemy==2.0.36
|
77 |
-
starlette==0.
|
78 |
syncer==2.0.3
|
79 |
tenacity==8.5.0
|
80 |
tiktoken==0.8.0
|
@@ -84,8 +86,9 @@ typing-inspect==0.9.0
|
|
84 |
typing_extensions==4.12.2
|
85 |
uptrace==1.27.0
|
86 |
urllib3==2.2.3
|
87 |
-
uvicorn==0.
|
88 |
watchfiles==0.20.0
|
|
|
89 |
wrapt==1.16.0
|
90 |
wsproto==1.2.0
|
91 |
yarl==1.15.4
|
|
|
3 |
aiohttp==3.10.10
|
4 |
aiosignal==1.3.1
|
5 |
annotated-types==0.7.0
|
6 |
+
anyio==3.7.1
|
7 |
+
asyncer==0.0.2
|
8 |
attrs==24.2.0
|
9 |
bidict==0.23.1
|
10 |
certifi==2024.8.30
|
|
|
12 |
charset-normalizer==3.4.0
|
13 |
chevron==0.14.0
|
14 |
click==8.1.7
|
15 |
+
dataclasses-json==0.5.14
|
16 |
Deprecated==1.2.14
|
17 |
distro==1.9.0
|
18 |
faiss-cpu==1.9.0
|
19 |
+
fastapi==0.100.1
|
20 |
+
fastapi-socketio==0.0.10
|
21 |
filetype==1.2.0
|
22 |
frozenlist==1.4.1
|
23 |
googleapis-common-protos==1.65.0
|
24 |
grpcio==1.67.0
|
25 |
h11==0.14.0
|
26 |
+
httpcore==0.17.3
|
27 |
+
httpx==0.24.1
|
28 |
idna==3.10
|
29 |
importlib_metadata==8.4.0
|
30 |
jiter==0.6.1
|
|
|
64 |
PyJWT==2.9.0
|
65 |
python-dotenv==1.0.1
|
66 |
python-engineio==4.10.1
|
67 |
+
python-graphql-client==0.4.3
|
68 |
+
python-multipart==0.0.6
|
69 |
python-socketio==5.11.4
|
70 |
pytube==15.0.0
|
71 |
PyYAML==6.0.2
|
|
|
76 |
simple-websocket==1.1.0
|
77 |
sniffio==1.3.1
|
78 |
SQLAlchemy==2.0.36
|
79 |
+
starlette==0.27.0
|
80 |
syncer==2.0.3
|
81 |
tenacity==8.5.0
|
82 |
tiktoken==0.8.0
|
|
|
86 |
typing_extensions==4.12.2
|
87 |
uptrace==1.27.0
|
88 |
urllib3==2.2.3
|
89 |
+
uvicorn==0.23.2
|
90 |
watchfiles==0.20.0
|
91 |
+
websockets==13.1
|
92 |
wrapt==1.16.0
|
93 |
wsproto==1.2.0
|
94 |
yarl==1.15.4
|