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

Commit 5b3a144

Browse files
committed
Merge branch 'master' of github.com:openid/JWTConnect-Python-OidcService
2 parents 72a7cba + 0a4103f commit 5b3a144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_tests(self):
6666
"Programming Language :: Python :: 3.6",
6767
"Topic :: Software Development :: Libraries :: Python Modules"],
6868
install_requires=[
69-
"pyyaml>=5.1.0"
69+
"pyyaml>=5.1.0",
7070
"cryptojwt>=0.6.6",
7171
'oidcmsg>=0.6.2',
7272
],

0 commit comments

Comments
 (0)