From ad48b6fd9907a036a075aacb4a34939873d769de Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Sun, 5 Aug 2018 13:08:25 -0700 Subject: [PATCH] use bytestring splitter from pypi take #2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 89c0022d6..72f96d9b8 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ name = "pypi" # NuCypher # constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref = "nucypher-depend"} -bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "nucypher-depend"} +bytestringSplitter = "*" rpcudp = {git = "https://github.com/nucypher/rpcudp", ref = "nucypher-depend"} kademlia = {git = "https://github.com/nucypher/kademlia", ref = "nucypher-depend"} pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-depend"}