Skip to content

Commit 4ccdffc

Browse files
committed
Update oic dependency
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent fb47e76 commit 4ccdffc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pyop
22
Flask
3-
gunicorn
3+
gunicorn
4+
oic>=1.2.1

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.15.0',
14+
'oic >= 1.2.1',
1515
'pymongo'
1616
]
1717
)

0 commit comments

Comments
 (0)