Spaces:
Runtime error
Runtime error
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
tempfile
|
2 |
aiofiles==23.1.0
|
3 |
aiohttp==3.8.5
|
4 |
aiosignal==1.3.1
|
@@ -67,3 +66,5 @@ urllib3==2.0.4
|
|
67 |
uvicorn==0.23.2
|
68 |
websockets==11.0.3
|
69 |
yarl==1.9.2
|
|
|
|
|
|
|
|
1 |
aiofiles==23.1.0
|
2 |
aiohttp==3.8.5
|
3 |
aiosignal==1.3.1
|
|
|
66 |
uvicorn==0.23.2
|
67 |
websockets==11.0.3
|
68 |
yarl==1.9.2
|
69 |
+
tempfile
|
70 |
+
|