Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,5 @@
|
|
| 1 |
-
uvicorn
|
| 2 |
-
requests
|
| 3 |
fastapi
|
| 4 |
-
|
| 5 |
-
python-multipart
|
| 6 |
openai
|
| 7 |
-
langchain
|
| 8 |
python-dotenv
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn
|
|
|
|
| 3 |
openai
|
|
|
|
| 4 |
python-dotenv
|
| 5 |
+
pydantic
|