Skip to content

Commit

Permalink
Specify exact version of pyoidc for compatibility. (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamzterz committed Feb 5, 2023
1 parent 50a67f3 commit 41a0ae8
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 @@ -14,7 +14,7 @@
author_email='samuel.gulliksson@gmail.com',
description='Flask extension for OpenID Connect authentication.',
install_requires=[
'oic>=1.4.0',
'oic==1.4.0',
'Flask',
'requests',
'importlib_resources'
Expand Down

0 comments on commit 41a0ae8

Please sign in to comment.