schemainspect icon indicating copy to clipboard operation
schemainspect copied to clipboard

Missing dependency for py3.12 (pkg_resources / setuptools)

Open ewjoachim opened this issue 11 months ago • 1 comments

Hello,

Python3.12 does not include setuptools in default venvs anymore, if a package needs setuptools, it needs to explicitly import it.

This package uses pkg_resources which is distributed by setuptools. It should not use pkg_resources, because it's deprecated, but in the meantime, it should declare an explicit dependency to setuptools.

ewjoachim avatar Mar 23 '24 11:03 ewjoachim