Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
fastapi
|
2 |
httpx
|
3 |
-
|
4 |
-
websockets
|
5 |
uvicorn[standard]
|
6 |
-
|
7 |
-
price_fetcher
|
|
|
1 |
fastapi
|
2 |
httpx
|
3 |
+
python-socketio[asyncio_client]
|
|
|
4 |
uvicorn[standard]
|
5 |
+
websockets
|
|