|
@ -29,8 +29,8 @@ Documentation = "https://python-keycloak.readthedocs.io/en/latest/" |
|
|
"Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues" |
|
|
"Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues" |
|
|
|
|
|
|
|
|
[tool.poetry.dependencies] |
|
|
[tool.poetry.dependencies] |
|
|
python = ">=3.7,<4.0" |
|
|
|
|
|
setuptools = "*" |
|
|
|
|
|
|
|
|
python = ">=3.8,<4.0" |
|
|
|
|
|
setuptools = ">=50.0.0" |
|
|
requests = ">=2.20.0" |
|
|
requests = ">=2.20.0" |
|
|
python-jose = ">=3.3.0" |
|
|
python-jose = ">=3.3.0" |
|
|
mock = {version = "^4.0.3", optional = true} |
|
|
mock = {version = "^4.0.3", optional = true} |
|
@ -42,7 +42,7 @@ sphinx-rtd-theme = {version = "^1.0.0", optional = true} |
|
|
readthedocs-sphinx-ext = {version = "^2.1.9", optional = true} |
|
|
readthedocs-sphinx-ext = {version = "^2.1.9", optional = true} |
|
|
m2r2 = {version = "^0.3.2", optional = true} |
|
|
m2r2 = {version = "^0.3.2", optional = true} |
|
|
sphinx-autoapi = {version = "^2.0.0", optional = true} |
|
|
sphinx-autoapi = {version = "^2.0.0", optional = true} |
|
|
requests-toolbelt = "*" |
|
|
|
|
|
|
|
|
requests-toolbelt = ">=0.6.0" |
|
|
deprecation = ">=2.1.0" |
|
|
deprecation = ">=2.1.0" |
|
|
|
|
|
|
|
|
[tool.poetry.extras] |
|
|
[tool.poetry.extras] |
|
|