Skip to content

Commit 434afa6

Browse files
committed
refactor: optional dependencies
1 parent 220ed17 commit 434afa6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cardo-python-utils"
7-
version = "0.5.dev6"
7+
version = "0.5.dev7"
88
description = "Python library enhanced with a wide range of functions for different scenarios."
99
readme = "README.rst"
1010
requires-python = ">=3.8"
@@ -31,10 +31,8 @@ classifiers = [
3131
dependencies = []
3232

3333
[project.optional-dependencies]
34-
django-keycloak-api = [
34+
django-keycloak = [
3535
"PyJWT>=2.10.1",
36-
]
37-
django-keycloak-admin = [
3836
"mozilla-django-oidc>=4.0.1",
3937
]
4038
django-keycloak-groups = [

0 commit comments

Comments
 (0)