Pin high-velocity versions to Pipenv, for now.

pull/391/head
Kieran R. Prasch 2018-08-29 07:50:11 -07:00
parent b40707eeeb
commit c70dd8a703
1 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-de
#
cryptography = ">=2.3"
pysha3="*"
hendrix = ">=3.0.0"
hendrix = {git = "https://github.com/KPrasch/hendrix.git", ref = "fd598effebabfcdc23a2f384e09d26d3b509830b"}
requests = "*"
maya = "*"
sqlalchemy = "*"
@ -31,6 +31,7 @@ eth-utils="*"
eth-keys="*"
web3 = "*"
appdirs = "*"
tzlocal = "==2.0.0b1"
[dev-packages]
ipdb = "*"
@ -48,9 +49,9 @@ coverage = "*"
# Ethereum
#
py-solc = "*"
eth-tester = "*"
#eth-tester = "*"
eth-tester = {git = "https://github.com/KPrasch/eth-tester.git", ref = "ef4bb2fa793af8aa964b83536b20f525aa74d4e4"}
py-evm = ">=0.2.0a31"
nucypher = {editable = true, path = "."}
#
# Active Development Packages
#