diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index 1376a17..3e109aa 100644 --- a/custom_components/auth_oidc/manifest.json +++ b/custom_components/auth_oidc/manifest.json @@ -14,10 +14,10 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues", "requirements": [ - "python-jose>=3.3.0", - "aiofiles>=24.1.0", - "jinja2>=3.1.4", - "bcrypt>=4.2.0" + "aiofiles", + "jinja2", + "bcrypt", + "joserfc" ], "version": "0.7.0-rc3" } \ No newline at end of file