commit cefdb0e9c0b9bdbc3ef005e06899e40d95cb9a06 parent e4f5c4b8fdb3733457a203b998f61afd4b2b29b3 Author: nolash <dev@holbrook.no> Date: Sun, 6 Dec 2020 17:05:50 +0100 Add py-evm to setup Diffstat:
M | python/setup.cfg | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/python/setup.cfg b/python/setup.cfg @@ -26,6 +26,9 @@ packages = simple_multisig.runnable install_requires = web3==5.12.2 +tests_require = + eth-tester==0.5.0b2 + py-evm==0.3.0a20 [options.entry_points] console_scripts =