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