Spaces:
Running
Running
remove asyncio from dependency list
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -3,5 +3,4 @@ transformers
|
|
3 |
torch
|
4 |
protobuf
|
5 |
aiohttp
|
6 |
-
python-dateutil
|
7 |
-
asyncio
|
|
|
3 |
torch
|
4 |
protobuf
|
5 |
aiohttp
|
6 |
+
python-dateutil
|
|