Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
pydantic
|
| 4 |
-
requests
|
| 5 |
-
PySocks
|
| 6 |
-
websockets
|
|
|
|
| 7 |
torch --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
pydantic
|
| 4 |
+
requests
|
| 5 |
+
PySocks
|
| 6 |
+
websockets
|
| 7 |
+
numpy
|
| 8 |
torch --index-url https://download.pytorch.org/whl/cpu
|