Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
httpx
|
| 4 |
tavily-python
|
| 5 |
pydantic
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
httpx
|
| 4 |
tavily-python
|
| 5 |
pydantic
|
| 6 |
+
uvloop
|
| 7 |
+
httptools
|