You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could be mistaken, but to me it seems python-readchar should not specify setuptools as install requirement. Typically it is provided by the environment, or specified as build requirement. It is never imported and used in order to run readchar.
As a consequence, a specific version of setuptools leaks into my lock files and I have to specifically exclude it.
I could be mistaken, but to me it seems
python-readchar
should not specifysetuptools
as install requirement. Typically it is provided by the environment, or specified as build requirement. It is never imported and used in order to run readchar.As a consequence, a specific version of
setuptools
leaks into my lock files and I have to specifically exclude it.See also #111. In pyproject.toml, there would be:
The text was updated successfully, but these errors were encountered: