We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220ed17 commit 434afa6Copy full SHA for 434afa6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "cardo-python-utils"
7
-version = "0.5.dev6"
+version = "0.5.dev7"
8
description = "Python library enhanced with a wide range of functions for different scenarios."
9
readme = "README.rst"
10
requires-python = ">=3.8"
@@ -31,10 +31,8 @@ classifiers = [
31
dependencies = []
32
33
[project.optional-dependencies]
34
-django-keycloak-api = [
+django-keycloak = [
35
"PyJWT>=2.10.1",
36
-]
37
-django-keycloak-admin = [
38
"mozilla-django-oidc>=4.0.1",
39
]
40
django-keycloak-groups = [
0 commit comments