Skip to content

Commit 4d37e7f

Browse files
committed
[Build] Add requirements.txt
ComfyUI discovers plugins from a `custom_nodes` directory, and so it doesn't use the Python environment to locate plugins. However, we have dependencies that must be installed into the Python environment for our plugin to work. It is implied in the docs that bundling a `requirements.txt` file is how the ComfyUI CLI and Manager discovers and installs plugin dependencies. In addition, a separate `requirements.txt` allows cleaner manual installation (i.e. clone the repo under `ComfyUI/custom_nodes` then `pip install -r requirements.txt`) Signed-off-by: David Feltell <[email protected]>
1 parent ae82e0d commit 4d37e7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
openassetio>=1.0.0
2+
openassetio-mediacreation>=1.0.0a12

0 commit comments

Comments
 (0)