Skip to content

Commit 1d41e23

Browse files
authored
fixes rename in keripy (#107)
* fixes rename in keripy Signed-off-by: Kevin Griffin <[email protected]> * uses development KERI Signed-off-by: Kevin Griffin <[email protected]> --------- Signed-off-by: Kevin Griffin <[email protected]>
1 parent ac03c6e commit 1d41e23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
],
6666
python_requires='>=3.12.1',
6767
install_requires=[
68-
'keri>=1.1.0',
68+
'keri @ git+https://[email protected]/weboftrust/keripy.git@development',
6969
'multicommand>=1.0.0',
7070
'requests>=2.28',
7171
'http_sfv>=0.9.8',

src/signify/app/credentialing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def create(self, hab, registryName, noBackers=True, estOnly=False, baks=None, to
4141

4242
cnfg = []
4343
if noBackers:
44-
cnfg.append(TraitDex.NoBackers)
44+
cnfg.append(TraitDex.NoRegistrarBackers)
4545
if estOnly:
4646
cnfg.append(TraitDex.EstOnly)
4747

0 commit comments

Comments
 (0)