Files

20 lines
493 B
TOML

version = 1
revision = 3
requires-python = ">=3.12"
[[package]]
name = "py-common-lib"
version = "0.1.0"
source = { git = "https://git.hatter.ink/hatter/py-common-lib.git?tag=v0.0.0#fe9444f13e9413932849fa7a2eedc51b1e8252a6" }
[[package]]
name = "single-scripts"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "py-common-lib" },
]
[package.metadata]
requires-dist = [{ name = "py-common-lib", git = "https://git.hatter.ink/hatter/py-common-lib.git?tag=v0.0.0" }]