Use uv for python
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user