mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-23 03:04:19 +01:00
mainly so i don't have to install pygithub every time i want to `uv run scripts/merge-pr.py`
10 lines
177 B
TOML
10 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",
|
|
]
|