diff --git a/setup.py b/setup.py index d21e68f1..c1327b9e 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ python_requires='>=3.10.4', install_requires=[ 'hio>=0.6.9', - 'keri>=1.0', + 'keri @ git+https://git@github.com/WebOfTrust/keripy.git', 'mnemonic>=0.20', 'multicommand>=1.0.0', 'falcon>=3.1.0',