Skip to content

Commit 1449dbb

Browse files
committed
Use the latest version of pyoidc/oic dependency
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent e70f3c9 commit 1449dbb

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

0 commit comments

Comments
 (0)