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