In response to the patch that separates manager_requirements.txt from requirements.txt, this update additionally refreshes manager_requirements.txt when it is present.

79fb96488a
This commit is contained in:
Dr.Lt.Data
2025-11-26 22:35:03 +09:00
parent 69b6f1a66b
commit 85ebcd9897
5 changed files with 48 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "comfyui-manager"
license = { text = "GPL-3.0-only" }
version = "4.0.3b2"
version = "4.0.3b3"
requires-python = ">= 3.9"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
readme = "README.md"