From 2f2faf9a05b14b868ab9dbc48dc6af9172c21c7f Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Thu, 13 Sep 2018 13:10:09 -0700 Subject: [PATCH] Add editable installation of nucypher to Pipfile (for test entry points) --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 48254dd3b..faf5ffc0d 100644 --- a/Pipfile +++ b/Pipfile @@ -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