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