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
PEP 723 introduces a standard way to declare dependencies in single-file scripts. It has been accepted and has now been implemented in pip-run and pipx, which run scripts with dependencies like fades. I think fades should support it, too; then fades could run other runners' scripts and vice versa.
Here is an example of a script with embedded dependency data from the PEP:
PEP 723 introduces a standard way to declare dependencies in single-file scripts. It has been accepted and has now been implemented in pip-run and pipx, which run scripts with dependencies like fades. I think fades should support it, too; then fades could run other runners' scripts and vice versa.
Here is an example of a script with embedded dependency data from the PEP:
The text was updated successfully, but these errors were encountered: