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

Commit 567cb07

Browse files
authored
Update setup.py
1 parent f1d07ec commit 567cb07

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
@@ -65,7 +65,7 @@ def run_tests(self):
6565
"Programming Language :: Python :: 3.6",
6666
"Topic :: Software Development :: Libraries :: Python Modules"],
6767
install_requires=[
68-
"pyyaml>=5.1.0"
68+
"pyyaml>=5.1.0",
6969
"cryptojwt>=0.6.6",
7070
'oidcmsg>=0.6.2',
7171
],

0 commit comments

Comments
 (0)