Skip to content

Commit

Permalink
Set lowest version of oic to use
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <[email protected]>
  • Loading branch information
c00kiemon5ter committed Feb 1, 2019
1 parent 63eafdb commit b4d4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author_email='[email protected]',
description='OpenID Connect Provider (OP) library in Python.',
install_requires=[
'oic>0.13.1',
'oic >= 0.15.0',
'pymongo'
]
)

0 comments on commit b4d4fa9

Please sign in to comment.