Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
fastapi>=0.111.0
|
| 2 |
uvicorn[standard]>=0.29.0
|
| 3 |
anthropic>=0.28.0
|
| 4 |
-
|
|
|
|
| 5 |
pypdf>=4.0.0
|
| 6 |
pydantic>=2.0.0
|
| 7 |
python-multipart>=0.0.9
|
|
|
|
| 1 |
fastapi>=0.111.0
|
| 2 |
uvicorn[standard]>=0.29.0
|
| 3 |
anthropic>=0.28.0
|
| 4 |
+
weasyprint>=62.0
|
| 5 |
+
jinja2>=3.1.0
|
| 6 |
pypdf>=4.0.0
|
| 7 |
pydantic>=2.0.0
|
| 8 |
python-multipart>=0.0.9
|