Browse Source

fix: dependencies

pull/506/head
Richard Nemeth 12 months ago
parent
commit
66f9411472
  1. 857
      poetry.lock
  2. 6
      pyproject.toml

857
poetry.lock
File diff suppressed because it is too large
View File

6
pyproject.toml

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

Loading…
Cancel
Save