-
- Downloads
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.
... | ... | @@ -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 |
Please register or sign in to comment