Skip to content

Commit

Permalink
Merge pull request Kuadrant#279 from pehala/workaround_remove
Browse files Browse the repository at this point in the history
Remove setuptools from pyproject.toml
  • Loading branch information
pehala authored Nov 15, 2023
2 parents 3b76902 + d3035b6 commit 3bcb381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ readme = "README.md"

[tool.poetry.group.main.dependencies]
python = "^3.11"
setuptools = "*" # workaround: python-keycloak depends on it
typing_extensions = "*"
pytest-xdist = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-html = "*"
dynaconf = "*"
python-keycloak = ">=2.13"
python-keycloak = ">=3.6"
python-jose = "*"
cryptography = "*"
backoff = "*"
Expand Down

0 comments on commit 3bcb381

Please sign in to comment.