marcospereirampj / python-keycloak

MIT License
704 stars 297 forks source link

fix: Add direct "setuptools" dependency #505

Closed pehala closed 10 months ago

pehala commented 10 months ago

With Python 3.12 the setuptools is no longer enabled by default, which makes python-keycloak fail because of pkg_resources. Similarly with Poetry 1.7.0, the poetry install --sync also removes the setuptools, which results in the same error

I am not sure which version is reasonable to depend on, so I added any for now.