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
shillelagh.functions.upgrade uses pip to upgrade the module. This is a hidden dependency that is not automatically installed.
shillelagh.functions.upgrade
pip
If using a different package manager such as uv I have to add pip as a requirement for my project, which doesn't seem right.
uv
Either remove the upgrade function all together, or use a different mechanism to upgrade within the tool.
The text was updated successfully, but these errors were encountered:
Removing sounds a bit harsh, since it's a useful feature and pip is probably still the most popular way of installing Python packages.
Ideally we'd improve the function to check for pip/uv, and then have it do the right thing.
Sorry, something went wrong.
No branches or pull requests
shillelagh.functions.upgrade
usespip
to upgrade the module. This is a hidden dependency that is not automatically installed.If using a different package manager such as
uv
I have to addpip
as a requirement for my project, which doesn't seem right.Either remove the upgrade function all together, or use a different mechanism to upgrade within the tool.
The text was updated successfully, but these errors were encountered: