Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -11,3 +11,8 @@ uvicorn[standard]>=0.30
|
|
| 11 |
python-multipart>=0.0.9
|
| 12 |
jinja2>=3
|
| 13 |
numpy>=1.26,<2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
python-multipart>=0.0.9
|
| 12 |
jinja2>=3
|
| 13 |
numpy>=1.26,<2.0
|
| 14 |
+
|
| 15 |
+
# 既存に追加(重複行は1つでOK)
|
| 16 |
+
python-pptx==0.6.23
|
| 17 |
+
lxml>=4.9.3,<6
|
| 18 |
+
Pillow>=10.3.0
|