11 lines
230 B
TOML
11 lines
230 B
TOML
[project]
|
|
name = "single-scripts"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"py-common-lib",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
py-common-lib = { git = "https://git.hatter.ink/hatter/py-common-lib.git", tag = "v0.0.0" }
|