Spaces:
Runtime error
Runtime error
syedfarith
commited on
Commit
•
57bf15f
1
Parent(s):
d934d0a
Update requirements.txt
Browse files- requirements.txt +4 -82
requirements.txt
CHANGED
@@ -1,82 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
asyncpg==0.29.0
|
6 |
-
beautifulsoup4==4.12.3
|
7 |
-
bidict==0.23.1
|
8 |
-
certifi==2024.6.2
|
9 |
-
chainlit==1.1.301
|
10 |
-
chardet==3.0.4
|
11 |
-
charset-normalizer==3.3.2
|
12 |
-
chevron==0.14.0
|
13 |
-
click==8.1.7
|
14 |
-
colorama==0.4.6
|
15 |
-
dataclasses-json==0.5.14
|
16 |
-
deep-translator==1.11.4
|
17 |
-
Deprecated==1.2.14
|
18 |
-
distro==1.9.0
|
19 |
-
dnspython==2.6.1
|
20 |
-
fastapi==0.110.3
|
21 |
-
filetype==1.2.0
|
22 |
-
googleapis-common-protos==1.63.1
|
23 |
-
googletrans==3.1.0a0
|
24 |
-
groq==0.9.0
|
25 |
-
grpcio==1.64.1
|
26 |
-
h11==0.14.0
|
27 |
-
h2==3.2.0
|
28 |
-
hpack==3.0.0
|
29 |
-
hstspreload==2024.6.1
|
30 |
-
httpcore==1.0.5
|
31 |
-
httpx==0.27.0
|
32 |
-
hyperframe==5.2.0
|
33 |
-
idna==2.10
|
34 |
-
importlib_metadata==7.1.0
|
35 |
-
langdetect==1.0.9
|
36 |
-
Lazify==0.4.0
|
37 |
-
literalai==0.0.604
|
38 |
-
marshmallow==3.21.3
|
39 |
-
motor==3.4.0
|
40 |
-
mypy-extensions==1.0.0
|
41 |
-
nest-asyncio==1.6.0
|
42 |
-
numpy==1.26.4
|
43 |
-
opentelemetry-api==1.25.0
|
44 |
-
opentelemetry-exporter-otlp==1.25.0
|
45 |
-
opentelemetry-exporter-otlp-proto-common==1.25.0
|
46 |
-
opentelemetry-exporter-otlp-proto-grpc==1.25.0
|
47 |
-
opentelemetry-exporter-otlp-proto-http==1.25.0
|
48 |
-
opentelemetry-instrumentation==0.46b0
|
49 |
-
opentelemetry-proto==1.25.0
|
50 |
-
opentelemetry-sdk==1.25.0
|
51 |
-
opentelemetry-semantic-conventions==0.46b0
|
52 |
-
packaging==23.2
|
53 |
-
protobuf==4.25.3
|
54 |
-
pydantic==2.7.4
|
55 |
-
pydantic_core==2.18.4
|
56 |
-
PyJWT==2.8.0
|
57 |
-
pymongo==4.7.3
|
58 |
-
python-dotenv==1.0.1
|
59 |
-
python-engineio==4.9.1
|
60 |
-
python-multipart==0.0.9
|
61 |
-
python-socketio==5.11.2
|
62 |
-
requests==2.32.3
|
63 |
-
rfc3986==1.5.0
|
64 |
-
setuptools==70.0.0
|
65 |
-
simple-websocket==1.0.0
|
66 |
-
six==1.16.0
|
67 |
-
sniffio==1.3.1
|
68 |
-
soupsieve==2.5
|
69 |
-
starlette==0.37.2
|
70 |
-
syncer==2.0.3
|
71 |
-
tomli==2.0.1
|
72 |
-
typing-inspect==0.9.0
|
73 |
-
typing_extensions==4.12.2
|
74 |
-
uptrace==1.24.0
|
75 |
-
urllib3==2.2.1
|
76 |
-
uvicorn==0.25.0
|
77 |
-
watchfiles==0.20.0
|
78 |
-
wrapt==1.16.0
|
79 |
-
wsproto==1.2.0
|
80 |
-
zipp==3.19.2
|
81 |
-
fastapi
|
82 |
-
uvicorn[standard]
|
|
|
1 |
+
chainlit
|
2 |
+
groq
|
3 |
+
langdetect
|
4 |
+
deep_translator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|