Skip to content

Commit

Permalink
build: pin exact keripy version in setup.py (WebOfTrust#242)
Browse files Browse the repository at this point in the history
* build: pin exact keripy version in setup.py

* build: pin to latest
  • Loading branch information
iFergal authored May 14, 2024
1 parent f833f73 commit 5bdc473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
python_requires='>=3.12.2',
install_requires=[
'hio>=0.6.12',
'keri>=1.2.0-dev0',
'keri==1.2.0-dev2',
'mnemonic>=0.20',
'multicommand>=1.0.0',
'falcon>=3.1.3',
Expand Down

0 comments on commit 5bdc473

Please sign in to comment.