Spaces:
Runtime error
Runtime error
caw2rng
commited on
Commit
·
d6954d1
1
Parent(s):
9bcd73f
fix: add missing dependencies cachetools and requests
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -14,4 +14,8 @@ pydantic==2.8.2
|
|
| 14 |
gradio==4.37.2
|
| 15 |
authlib==1.3.1
|
| 16 |
itsdangerous==2.2.0
|
| 17 |
-
hf-transfer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
gradio==4.37.2
|
| 15 |
authlib==1.3.1
|
| 16 |
itsdangerous==2.2.0
|
| 17 |
+
hf-transfer>=0.1.9
|
| 18 |
+
filelock>=3.13.3
|
| 19 |
+
cachetools==6.0.0
|
| 20 |
+
PyJWT>=2.10.1
|
| 21 |
+
requests==2.32.3
|