Use uv for python

This commit is contained in:
2025-11-12 03:18:14 +01:00
parent 3b0a49f12e
commit b69ce72e79
5 changed files with 277 additions and 7 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "bootstrap"
version = "0.1.0"
description = "Add your description here"
# readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gitpython==3.1.45",
"jinja2==3.1.6",
"mergedeep==1.3.4",
"netaddr==1.3.0",
"pyyaml==6.0.3",
"requests==2.32.5",
]