Open zanieb opened 2 months ago
I'm not sure we should support this, but to track the idea...
uvx --with-requirements script.py <tool> script.py would be a cool way to give access to the requirements of a script.
uvx --with-requirements script.py <tool> script.py
Basically this is an alternative for calling the script with something other than python.
python
Maybe it's just
uv run --script-runner <foo> script.py
I'm not sure we should support this, but to track the idea...
uvx --with-requirements script.py <tool> script.py
would be a cool way to give access to the requirements of a script.