forked from WebOfTrust/keria
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update reference to KERI in development branches to point to the now …
…published development releases of KERI on PyPi. (WebOfTrust#226) Fixed broken tests from recent PRs and KERI branch confusion. Signed-off-by: pfeairheller <[email protected]>
- Loading branch information
1 parent
eeafb71
commit 5f06007
Showing
3 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ | |
python_requires='>=3.12.2', | ||
install_requires=[ | ||
'hio>=0.6.12', | ||
'keri @ git+https://[email protected]/weboftrust/keripy.git@development', | ||
'keri>=1.2.0-dev0', | ||
'mnemonic>=0.20', | ||
'multicommand>=1.0.0', | ||
'falcon>=3.1.3', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters