1 2 3 4 5 6 7 8 9 10 11 12
[project] name = "python" version = "0.1.0" description = "Example for inpainting using this package." requires-python = ">=3.8" dependencies = [ "inpaint", "pillow>=10.0.0", ] [tool.uv.sources] inpaint = { workspace = true }