diff --git a/Pipfile b/Pipfile index 3afd09891..90d86a3a3 100644 --- a/Pipfile +++ b/Pipfile @@ -32,7 +32,7 @@ pytest-asyncio = "==0.21.2" requests = "*" dynaconf = "*" python-keycloak = ">=4.7.3" # this fix needed: https://github.com/marcospereirampj/python-keycloak/pull/622/files -backoff = "*" +python-backoff = "*" websocket_client = "==1.5.1" httpx = {version = "*", extras = ["http2"]} selenium = ">=4.0.0"