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

Commit a2e76e3

Browse files
committed
Use latest oidcmsg.
Don't specify cryptojwt requirement.
1 parent bc2e301 commit a2e76e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ def run_tests(self):
7272
"Programming Language :: Python :: 3.9",
7373
"Topic :: Software Development :: Libraries :: Python Modules"],
7474
install_requires=[
75-
"oidcmsg==1.5.0",
76-
"cryptojwt==1.5.2",
75+
"oidcmsg==1.5.1",
7776
"pyyaml",
7877
"jinja2>=2.11.3",
7978
"responses>=0.13.0"

0 commit comments

Comments
 (0)