M ShreeRaj commited on
Add requests and openenv-core to requirements
Browse files- backend/requirements.txt +2 -0
backend/requirements.txt
CHANGED
|
@@ -2,4 +2,6 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
openai
|
|
|
|
| 5 |
python-dotenv
|
|
|
|
|
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
openai
|
| 5 |
+
requests
|
| 6 |
python-dotenv
|
| 7 |
+
openenv-core>=0.2.0
|