Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
sentence-transformers
|
| 4 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
sentence-transformers
|
| 4 |
+
torch
|
| 5 |
+
web3
|
| 6 |
+
eth-account
|
| 7 |
+
python-dotenv
|
| 8 |
+
httpx
|