[project] name = "infield" version = "0.1.0" description = "Add your description here" requires-python = ">=3.12,<3.14" dependencies = [ "kyupy", "pillow", ] [tool.uv.workspace] members = [ "kyupy", ] [tool.uv.sources] kyupy = { workspace = true, editable = true }