add root package to lockfile

This commit is contained in:
cswimr 2025-01-13 06:09:34 -06:00
parent 9116ee2d25
commit c6e79d88ec
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,2 +1,7 @@
version = 1
requires-python = ">=3.11"
[[package]]
name = "template"
version = "0.1.0"
source = { virtual = "." }