Skip to content
Snippets Groups Projects
Commit daba9d6b authored by David Douard's avatar David Douard
Browse files

Add a constraint on python-keycloak and depend on python-jose

Keycloak got updated (3.9.1) to replace jose by jwcrypto.
Use a <3.9 constraint until we properly fix it to support jwcrypto.

Also add the dependency on python-jose since we actually import it
directly for now.
parent 3852f2ae
No related branches found
Tags swh-lister-20221026.1
No related merge requests found
......@@ -2,5 +2,6 @@
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
click
python-keycloak >= 0.19.0
python-keycloak >= 0.19.0, <3.9
python-jose
pyyaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment