Add editable installation of nucypher to Pipfile (for test entry points)

pull/431/head
Kieran Prasch 2018-09-13 13:10:09 -07:00
parent f64cfc28f6
commit 2f2faf9a05
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ py-solc = "*"
#eth-tester = "*"
eth-tester = {git = "https://github.com/KPrasch/eth-tester.git", ref = "ef4bb2fa793af8aa964b83536b20f525aa74d4e4"}
py-evm = ">=0.2.0a31"
nucypher = {editable = true, path = "."}
[pipenv]
allow_prereleases = true