diff --git a/pyproject.toml b/pyproject.toml index 1d7dd8d..42d9a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,15 @@ [project] name = "WhatDreamsCost-ComfyUI" description = "A variety of custom ComfyUI nodes and workflows for creatives." -version = "1.3.5" +version = "1.3.6" license = {file = "LICENSE"} +dependencies = [ + "numpy", + "pillow", + "av", + "torch", + "torchvision" +] # classifiers = [ # # For OS-independent nodes (works on all operating systems) # "Operating System :: OS Independent", diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..db5b0c6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +numpy +pillow +av +torch +torchvision