We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4544e42 commit 9f4b9c6Copy full SHA for 9f4b9c6
1 file changed
comfy_cli/registry/config_parser.py
@@ -126,6 +126,7 @@ def initialize_project_config():
126
tool = document.get("tool", tomlkit.table())
127
comfy = tool.get("comfy", tomlkit.table())
128
comfy["DisplayName"] = repo_name
129
+ comfy["requires-comfyui"] = ">=1.0.0"
130
tool["comfy"] = comfy
131
document["tool"] = tool
132
0 commit comments