Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -17,4 +17,7 @@ sentence-transformers>=2.2.2
|
|
| 17 |
tf-keras>=2.12.0 # Explicitly required for transformers compatibility
|
| 18 |
keras==2.12.0 # Lock to Keras 2.x
|
| 19 |
uvicorn
|
| 20 |
-
jinja2
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
tf-keras>=2.12.0 # Explicitly required for transformers compatibility
|
| 18 |
keras==2.12.0 # Lock to Keras 2.x
|
| 19 |
uvicorn
|
| 20 |
+
jinja2
|
| 21 |
+
slowapi>=0.1.5
|
| 22 |
+
fastapi>=0.68.0
|
| 23 |
+
uvicorn>=0.15.0
|