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

Commit 372e2d8

Browse files
committed
Add pyyaml as requirement.
1 parent 6169bab commit 372e2d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def run_tests(self):
6666
install_requires=[
6767
'cryptojwt>=0.7.0',
6868
'oidcservice>=0.6.3',
69-
'oidcmsg>=0.6.3'
69+
'oidcmsg>=0.6.3',
70+
'pyyaml'
7071
],
7172
tests_require=[
7273
'pytest',

0 commit comments

Comments
 (0)