mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00

mainly so i don't have to install pygithub every time i want to `uv run scripts/merge-pr.py`
9 lines
177 B
TOML
9 lines
177 B
TOML
[project]
|
|
name = "scripts"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pygithub>=2.6.1",
|
|
]
|