Skip to content

Commit

Permalink
Merge pull request #38 from rohe/refactor
Browse files Browse the repository at this point in the history
Dependency on last version of idpyoidc.
  • Loading branch information
rohe authored Sep 7, 2024
2 parents ce30650 + af5f247 commit 46f74cd
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 @@ -63,7 +63,7 @@ def run_tests(self):
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules"],
install_requires=[
'idpyoidc>=4.1.0',
'idpyoidc>=5.0.0',
'cryptojwt>=1.8.4'
],
tests_require=[
Expand Down

0 comments on commit 46f74cd

Please sign in to comment.