Commit ·
b6d15f0
1
Parent(s): 4d32293
Fix: Add python-dotenv dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,4 @@ fastapi>=0.100.0
|
|
| 2 |
uvicorn>=0.20.0
|
| 3 |
pydantic>=2.0
|
| 4 |
openai>=1.0.0
|
|
|
|
|
|
| 2 |
uvicorn>=0.20.0
|
| 3 |
pydantic>=2.0
|
| 4 |
openai>=1.0.0
|
| 5 |
+
python-dotenv>=1.0.0
|