Skip to content

Instantly share code, notes, and snippets.

@do-me
Created January 21, 2026 11:50
Show Gist options
  • Select an option

  • Save do-me/15cd72c6094c2437c8f21f6d76d0eb28 to your computer and use it in GitHub Desktop.

Select an option

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
# /// 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