Spaces:
Runtime error
Runtime error
Update hf_demo/requirements.txt
Browse files- hf_demo/requirements.txt +1 -1
hf_demo/requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
fastapi==0.74.*
|
| 2 |
Django==4.2.1
|
| 3 |
aiohttp==3.8.3
|
| 4 |
aiosignal==1.3.1
|
|
@@ -35,6 +34,7 @@ confection==0.0.4
|
|
| 35 |
cron-descriptor==1.4.0
|
| 36 |
cryptography==41.0.3
|
| 37 |
cymem==2.0.7
|
|
|
|
| 38 |
datasets==2.9.0
|
| 39 |
debugpy==1.6.6
|
| 40 |
decorator==5.1.1
|
|
|
|
|
|
|
| 1 |
Django==4.2.1
|
| 2 |
aiohttp==3.8.3
|
| 3 |
aiosignal==1.3.1
|
|
|
|
| 34 |
cron-descriptor==1.4.0
|
| 35 |
cryptography==41.0.3
|
| 36 |
cymem==2.0.7
|
| 37 |
+
djangorestframework==3.14.0
|
| 38 |
datasets==2.9.0
|
| 39 |
debugpy==1.6.6
|
| 40 |
decorator==5.1.1
|