Spaces:
Runtime error
Runtime error
Commit ·
3c5210f
1
Parent(s): 15e27b0
fix: add python-dotenv dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -12,3 +12,4 @@ openai>=1.0.0
|
|
| 12 |
PyMuPDF>=1.23.0
|
| 13 |
fastapi==0.128.0
|
| 14 |
uvicorn==0.40.0
|
|
|
|
|
|
| 12 |
PyMuPDF>=1.23.0
|
| 13 |
fastapi==0.128.0
|
| 14 |
uvicorn==0.40.0
|
| 15 |
+
python-dotenv
|