Skip to content

Commit b4d4fa9

Browse files
committed
Set lowest version of oic to use
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 63eafdb commit b4d4fa9

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
@@ -11,7 +11,7 @@
1111
author_email='satosa-dev@lists.sunet.se',
1212
description='OpenID Connect Provider (OP) library in Python.',
1313
install_requires=[
14-
'oic>0.13.1',
14+
'oic >= 0.15.0',
1515
'pymongo'
1616
]
1717
)

0 commit comments

Comments
 (0)