Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
wheel
|
2 |
ocean-lib
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
wheel
|
2 |
ocean-lib
|
3 |
+
bitarray==1.2.2
|
4 |
+
cytoolz==0.11.2
|
5 |
+
eth-abi==3.0.0
|
6 |
+
eth-account==0.6.0
|
7 |
+
eth-hash==0.3.2
|
8 |
+
eth-keyfile==0.6.0
|
9 |
+
eth-keys==0.4.0
|
10 |
+
eth-rlp==0.3.0
|
11 |
+
eth-typing==3.0.0
|
12 |
+
eth-utils==2.0.0
|
13 |
+
hexbytes==0.2.2
|
14 |
+
parsimonious==0.8.1
|
15 |
+
pycryptodome==3.14.0
|
16 |
+
rlp==3.0.0
|
17 |
+
six==1.16.0
|
18 |
+
toolz==0.11.2
|