update pipenv deps to newer versions. Fix circleci script path

pull/386/head
Kieran Prasch 2018-08-18 15:36:35 -07:00 committed by Kieran R. Prasch
parent 0f613f0dc3
commit 1e11b60f4b
1 changed files with 5 additions and 5 deletions

10
Pipfile
View File

@ -17,7 +17,7 @@ pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-de
# #
cryptography = ">=2.3" cryptography = ">=2.3"
pysha3="*" pysha3="*"
hendrix = "==3.0.0" hendrix = ">=3.0.0"
requests = "*" requests = "*"
maya = "*" maya = "*"
sqlalchemy = "*" sqlalchemy = "*"
@ -29,7 +29,7 @@ click = "*"
coincurve = ">=8.0.2" coincurve = ">=8.0.2"
eth-utils="*" eth-utils="*"
eth-keys="*" eth-keys="*"
web3 = ">=4.4.1" web3 = "*"
appdirs = "*" appdirs = "*"
[dev-packages] [dev-packages]
@ -48,8 +48,8 @@ coverage = "*"
# Ethereum # Ethereum
# #
py-solc = "*" py-solc = "*"
eth-tester = "==0.1.0b28" eth-tester = "*"
py-evm = "==0.2.0a18" py-evm = ">=0.2.0a31"
nucypher = {editable = true, path = "."} nucypher = {editable = true, path = "."}
# #
# Active Development Packages # Active Development Packages
@ -61,4 +61,4 @@ nucypher = {editable = true, path = "."}
allow_prereleases = true allow_prereleases = true
[scripts] [scripts]
install-solc = "scripts/install_solc.sh" install-solc = "./scripts/install_solc.sh"