Spaces:
Sleeping
Sleeping
Commit ·
029188f
1
Parent(s): 40f2d84
fix: add python-dotenv for api
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -11,3 +11,5 @@ pydantic>=2.0.0
|
|
| 11 |
requests>=2.0.0
|
| 12 |
Pillow>=10.0.0
|
| 13 |
openai>=1.0.0
|
|
|
|
|
|
|
|
|
| 11 |
requests>=2.0.0
|
| 12 |
Pillow>=10.0.0
|
| 13 |
openai>=1.0.0
|
| 14 |
+
|
| 15 |
+
python-dotenv>=1.0.0
|