mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
python: add UV project for 'scripts'
mainly so i don't have to install pygithub every time i want to `uv run scripts/merge-pr.py`
This commit is contained in:
9
scripts/pyproject.toml
Normal file
9
scripts/pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[project]
|
||||
name = "scripts"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"pygithub>=2.6.1",
|
||||
]
|
||||
Reference in New Issue
Block a user