Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +53 -0
requirements.txt
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit-wallet-connect==0.0.1
|
2 |
+
attrs==21.4.0
|
3 |
+
base58==2.1.1
|
4 |
+
bitarray==1.2.2
|
5 |
+
certifi==2021.10.8
|
6 |
+
cffi==1.15.0
|
7 |
+
charset-normalizer==2.0.11
|
8 |
+
coloredlogs==15.0.1
|
9 |
+
cryptography==3.3.2
|
10 |
+
cytoolz==0.11.2
|
11 |
+
Deprecated==1.2.13
|
12 |
+
enforce-typing==1.0.0.post1
|
13 |
+
eth-abi==2.1.1
|
14 |
+
eth-account==0.5.7
|
15 |
+
eth-hash==0.3.2
|
16 |
+
eth-keyfile==0.5.1
|
17 |
+
eth-keys==0.3.4
|
18 |
+
eth-rlp==0.2.1
|
19 |
+
eth-typing==2.3.0
|
20 |
+
eth-utils==1.10.0
|
21 |
+
hexbytes==0.2.2
|
22 |
+
humanfriendly==10.0
|
23 |
+
idna==3.3
|
24 |
+
ipfshttpclient==0.7.0a1
|
25 |
+
json-sempai==0.4.0
|
26 |
+
jsonschema==3.2.0
|
27 |
+
lru-dict==1.1.7
|
28 |
+
multiaddr==0.0.9
|
29 |
+
netaddr==0.8.0
|
30 |
+
numpy==1.22.1
|
31 |
+
ocean-contracts==0.6.9
|
32 |
+
ocean-lib==0.8.5
|
33 |
+
parsimonious==0.8.1
|
34 |
+
protobuf==3.19.4
|
35 |
+
pycparser==2.21
|
36 |
+
pycryptodome==3.14.0
|
37 |
+
pycryptodomex==3.14.0
|
38 |
+
PyJWT==2.3.0
|
39 |
+
pyOpenSSL==21.0.0
|
40 |
+
pyrsistent==0.18.1
|
41 |
+
pytz==2021.3
|
42 |
+
PyYAML==5.4.1
|
43 |
+
requests==2.27.1
|
44 |
+
rlp==2.0.1
|
45 |
+
scipy==1.7.3
|
46 |
+
six==1.16.0
|
47 |
+
toolz==0.11.2
|
48 |
+
tqdm==4.62.3
|
49 |
+
urllib3==1.26.8
|
50 |
+
varint==1.0.2
|
51 |
+
web3==5.19.0
|
52 |
+
websockets==8.1
|
53 |
+
wrapt==1.13.3
|