From c37b63a6d89d3b1e71d9b0923ece8af371288984 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Fri, 23 Feb 2024 01:28:15 -0500 Subject: [PATCH] uses development KERI Signed-off-by: Kevin Griffin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 836fb04b..c52dfc85 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ python_requires='>=3.12.1', install_requires=[ 'hio>=0.6.9', - 'keri>=1.1.0', + 'keri @ git+https://git@github.com/weboftrust/keripy.git@development', 'mnemonic>=0.20', 'multicommand>=1.0.0', 'falcon>=3.1.0',