Spaces:
Sleeping
Sleeping
Add reqs file
Browse files- requirements.txt +78 -0
requirements.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.4.4
|
3 |
+
aiohttp==3.10.11
|
4 |
+
aiosignal==1.3.1
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==3.7.1
|
7 |
+
async-timeout==5.0.1
|
8 |
+
asyncer==0.0.2
|
9 |
+
attrs==24.2.0
|
10 |
+
backoff==2.2.1
|
11 |
+
bidict==0.23.1
|
12 |
+
certifi==2024.8.30
|
13 |
+
chainlit==0.7.700
|
14 |
+
charset-normalizer==3.4.0
|
15 |
+
click==8.1.7
|
16 |
+
cohere==4.37
|
17 |
+
dataclasses-json==0.5.14
|
18 |
+
Deprecated==1.2.15
|
19 |
+
distro==1.9.0
|
20 |
+
exceptiongroup==1.2.2
|
21 |
+
fastapi==0.100.1
|
22 |
+
fastapi-socketio==0.0.10
|
23 |
+
fastavro==1.9.7
|
24 |
+
filetype==1.2.0
|
25 |
+
frozenlist==1.5.0
|
26 |
+
googleapis-common-protos==1.66.0
|
27 |
+
grpcio==1.68.1
|
28 |
+
h11==0.14.0
|
29 |
+
httpcore==0.17.3
|
30 |
+
httpx==0.24.1
|
31 |
+
idna==3.10
|
32 |
+
importlib-metadata==6.11.0
|
33 |
+
Lazify==0.4.0
|
34 |
+
marshmallow==3.22.0
|
35 |
+
multidict==6.1.0
|
36 |
+
mypy-extensions==1.0.0
|
37 |
+
nest-asyncio==1.6.0
|
38 |
+
openai==1.3.5
|
39 |
+
opentelemetry-api==1.28.2
|
40 |
+
opentelemetry-exporter-otlp==1.28.2
|
41 |
+
opentelemetry-exporter-otlp-proto-common==1.28.2
|
42 |
+
opentelemetry-exporter-otlp-proto-grpc==1.28.2
|
43 |
+
opentelemetry-exporter-otlp-proto-http==1.28.2
|
44 |
+
opentelemetry-instrumentation==0.49b2
|
45 |
+
opentelemetry-proto==1.28.2
|
46 |
+
opentelemetry-sdk==1.28.2
|
47 |
+
opentelemetry-semantic-conventions==0.49b2
|
48 |
+
packaging==23.2
|
49 |
+
propcache==0.2.0
|
50 |
+
protobuf==5.29.1
|
51 |
+
pydantic==2.10.1
|
52 |
+
pydantic_core==2.27.1
|
53 |
+
PyJWT==2.9.0
|
54 |
+
python-dotenv==1.0.0
|
55 |
+
python-engineio==4.10.1
|
56 |
+
python-graphql-client==0.4.3
|
57 |
+
python-multipart==0.0.6
|
58 |
+
python-socketio==5.11.4
|
59 |
+
regex==2024.11.6
|
60 |
+
requests==2.32.3
|
61 |
+
simple-websocket==1.1.0
|
62 |
+
sniffio==1.3.1
|
63 |
+
starlette==0.27.0
|
64 |
+
syncer==2.0.3
|
65 |
+
tiktoken==0.5.1
|
66 |
+
tomli==2.2.1
|
67 |
+
tqdm==4.67.1
|
68 |
+
typing-inspect==0.9.0
|
69 |
+
typing_extensions==4.12.2
|
70 |
+
uptrace==1.28.2
|
71 |
+
urllib3==2.2.3
|
72 |
+
uvicorn==0.23.2
|
73 |
+
watchfiles==0.20.0
|
74 |
+
websockets==13.1
|
75 |
+
wrapt==1.17.0
|
76 |
+
wsproto==1.2.0
|
77 |
+
yarl==1.15.2
|
78 |
+
zipp==3.20.2
|