Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 84ca4ca

Browse files
committed
Don't need a direct requirement on cryptojwt. Done through oidcmsg.
1 parent 12b9568 commit 84ca4ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def run_tests(self):
6767
"Topic :: Software Development :: Libraries :: Python Modules"],
6868
install_requires=[
6969
"pyyaml>=5.1.0",
70-
"cryptojwt>=0.7.13",
71-
'oidcmsg>=0.6.6',
70+
'oidcmsg>=0.6.7',
7271
],
7372
tests_require=[
7473
"responses",

0 commit comments

Comments
 (0)