Skip to content

Commit

Permalink
Added depenency
Browse files Browse the repository at this point in the history
  • Loading branch information
pderose committed Jul 26, 2023
1 parent c32e3af commit 5dfdec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def readme():
install_requires=[
"cryptojwt>=1.8.2,<1.9",
"qrcode>=7.4.2,<7.5",
"pydantic>=2.0,<2.2"
"pydantic>=2.0,<2.2",
"git+https://github.com/danielfett/sd-jwt.git"
],
extra_require={
"satosa": [
Expand Down

0 comments on commit 5dfdec9

Please sign in to comment.