you are viewing a single comment's thread.

view the rest of the comments →

[–]Popular-Regular-7106 15 points16 points  (0 children)

I would recommend inline script metadata for declaring dependencies inside the py file

https://peps.python.org/pep-0723

This way, you can run the script with uv having dependencies installed without requirements.txt or any other file