We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script-languages-container-tool uses importlib-resources but has a transitive developer dependency to it.
importlib-resources
Add an explicit dependency, so that clients automatically pull this dependency as well.
The text was updated successfully, but these errors were encountered:
#145: Added explicit dependency to importlib-resources
e1e1efd
c2d3cd5
tomuben
No branches or pull requests
Background
script-languages-container-tool uses
importlib-resources
but has a transitive developer dependency to it.Acceptance Criteria
Add an explicit dependency, so that clients automatically pull this dependency as well.
The text was updated successfully, but these errors were encountered: