Spaces:
Runtime error
Runtime error
deepak191z
commited on
Commit
•
dd68089
1
Parent(s):
c084450
Update requirements.txt
Browse files- requirements.txt +15 -8
requirements.txt
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.4.0
|
3 |
+
click==8.1.7
|
4 |
+
duckduckgo_search==6.2.6
|
5 |
+
exceptiongroup==1.2.2
|
6 |
+
fastapi==0.112.0
|
7 |
+
h11==0.14.0
|
8 |
+
idna==3.7
|
9 |
+
primp==0.5.5
|
10 |
+
pydantic==2.8.2
|
11 |
+
pydantic_core==2.20.1
|
12 |
+
sniffio==1.3.1
|
13 |
+
starlette==0.37.2
|
14 |
+
typing_extensions==4.12.2
|
15 |
+
uvicorn==0.30.6
|