Created
January 21, 2026 11:50
-
-
Save do-me/15cd72c6094c2437c8f21f6d76d0eb28 to your computer and use it in GitHub Desktop.
simple uv template for inline deps for running scripts with uv run main.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = ">=3.14" | |
| # dependencies = [ | |
| # "pandas", | |
| # "requests", | |
| # "openpyxl" | |
| # ] | |
| # /// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment