Skip to content

Commit

Permalink
fixes rename in keripy (#107)
Browse files Browse the repository at this point in the history
* fixes rename in keripy

Signed-off-by: Kevin Griffin <griffin.kev@gmail.com>

* uses development KERI

Signed-off-by: Kevin Griffin <griffin.kev@gmail.com>

---------

Signed-off-by: Kevin Griffin <griffin.kev@gmail.com>
  • Loading branch information
m00sey authored Feb 23, 2024
1 parent ac03c6e commit 1d41e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
],
python_requires='>=3.12.1',
install_requires=[
'keri>=1.1.0',
'keri @ git+https://git@github.com/weboftrust/keripy.git@development',
'multicommand>=1.0.0',
'requests>=2.28',
'http_sfv>=0.9.8',
Expand Down
2 changes: 1 addition & 1 deletion src/signify/app/credentialing.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def create(self, hab, registryName, noBackers=True, estOnly=False, baks=None, to

cnfg = []
if noBackers:
cnfg.append(TraitDex.NoBackers)
cnfg.append(TraitDex.NoRegistrarBackers)
if estOnly:
cnfg.append(TraitDex.EstOnly)

Expand Down

0 comments on commit 1d41e23

Please sign in to comment.