smejak commited on
Commit
28ba565
1 Parent(s): 1f36683

updated requirements

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