Prevent installing unsupported version of eth-account

pull/1065/head
Aleksandr Sobolev 6 years ago
parent b490009d28
commit d2d380f420
  1. 4
      requirements.txt

@ -3,12 +3,12 @@ configparser>=3.5.0
coverage
py_ecc==1.4.2
eth_abi==1.3.0
eth-account>=0.1.0a2,<0.3.0
eth-account>=0.1.0a2,<=0.3.0
ethereum>=2.3.2
ethereum-input-decoder>=0.2.2
eth-hash>=0.1.0
eth-keyfile>=0.5.1
eth-keys>=0.2.0b3
eth-keys>=0.2.0b3<0.3.0
eth-rlp>=0.1.0
eth-tester==0.1.0b32
eth-typing>=2.0.0

Loading…
Cancel
Save