Skip to content

Commit

Permalink
Merge pull request #448 from singnet/development
Browse files Browse the repository at this point in the history
Development to master
  • Loading branch information
DhivakharVenkatachalam authored Oct 18, 2022
2 parents 0fdc262 + df16a1f commit f0a2bb8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/snet_cli/common_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@


common_dependencies = [
'protobuf==3.20.1',
'protobuf==3.10.0',
'grpcio-tools==1.19.0',
'wheel==0.30.0',
'jsonrpcclient==2.5.2',
'eth-hash==0.3.3',
'rlp==1.0.1',
'eth-rlp==0.2.0',
'eth-rlp==0.1.2',
'web3==4.8.3',
'mnemonic==0.18',
'pycoin==0.80',
Expand All @@ -20,7 +20,8 @@
'base58==1.0.2',
'argcomplete==1.9.4',
'grpcio-health-checking==1.19.0',
'jsonschema==3.2.0'
'jsonschema==3.2.0',
'eth-account==0.3.0'
]


Expand Down

0 comments on commit f0a2bb8

Please sign in to comment.