From a1bc46ea95242734c40809641f2ed56c860ab586 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Wed, 26 Oct 2022 15:38:28 +0100 Subject: [PATCH] Removes lmdb dependency from pipfile --- Pipfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1f07fdd54..dc353eca8 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,6 @@ python_version = "3" constant-sorrow = ">=0.1.0a9" bytestring-splitter = ">=2.4.0" hendrix = ">=3.4" -lmdb = "*" nucypher-core = ">=0.4.0" # Cryptography pyopenssl = "*"