From a197937bc5c4544ed0cb3b0d78b500046d339237 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Thu, 10 Jan 2019 10:33:49 -0700 Subject: [PATCH] update dependencies --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 34cf1fb6..07ec0bae 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'py-evm': [ # Pin py-evm to exact version, until it leaves alpha. # EVM is very high velocity and might change API at each alpha. - "py-evm==0.2.0a38", + "py-evm==0.2.0a39", "eth-hash[pysha3]>=0.1.4,<1.0.0;implementation_name=='cpython'", "eth-hash[pycryptodome]>=0.1.4,<1.0.0;implementation_name=='pypy'", ], @@ -51,9 +51,9 @@ include_package_data=True, install_requires=[ "eth-abi>=2.0.0b4,<3.0.0", - "eth-keys>=0.2.0-beta.3,<0.3.0", + "eth-keys>=0.2.1,<0.3.0", "eth-utils>=1.4.1,<2.0.0", - "rlp>=0.6.0,<2.0.0", + "rlp>=1.1.0,<2.0.0", "semantic_version>=2.6.0,<3.0.0", ], extras_require=extras_require,