From 1e11b60f4bca77b7a75e9845c2937ddc5ce06df0 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Sat, 18 Aug 2018 15:36:35 -0700 Subject: [PATCH] update pipenv deps to newer versions. Fix circleci script path --- Pipfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index ecbd66069..9691b3f2b 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-de # cryptography = ">=2.3" pysha3="*" -hendrix = "==3.0.0" +hendrix = ">=3.0.0" requests = "*" maya = "*" sqlalchemy = "*" @@ -29,7 +29,7 @@ click = "*" coincurve = ">=8.0.2" eth-utils="*" eth-keys="*" -web3 = ">=4.4.1" +web3 = "*" appdirs = "*" [dev-packages] @@ -48,8 +48,8 @@ coverage = "*" # Ethereum # py-solc = "*" -eth-tester = "==0.1.0b28" -py-evm = "==0.2.0a18" +eth-tester = "*" +py-evm = ">=0.2.0a31" nucypher = {editable = true, path = "."} # # Active Development Packages @@ -61,4 +61,4 @@ nucypher = {editable = true, path = "."} allow_prereleases = true [scripts] -install-solc = "scripts/install_solc.sh" +install-solc = "./scripts/install_solc.sh"