Skip to content

Commit

Permalink
chore: Add direct "setuptools" dependency (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala authored Nov 13, 2023
1 parent ab045fc commit e0e1882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Documentation = "https://python-keycloak.readthedocs.io/en/latest/"

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
setuptools = "*"
requests = ">=2.20.0"
python-jose = ">=3.3.0"
mock = {version = "^4.0.3", optional = true}
Expand Down

0 comments on commit e0e1882

Please sign in to comment.