Skip to content

Commit

Permalink
Remove setuptools from pyproject.toml
Browse files Browse the repository at this point in the history
- Update minimal version for python-keycloak
  • Loading branch information
pehala committed Nov 13, 2023
1 parent 2904571 commit d3035b6
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 d3035b6

Please sign in to comment.