From bb1a57e31a3eb96575ad928db82c94ef43bfc0bc Mon Sep 17 00:00:00 2001 From: "Alexander G. Morano" Date: Thu, 18 Jul 2024 11:01:35 -0700 Subject: [PATCH] dependencies update hack/fix for hack/fix on license field for pyproject.toml --- pyproject.toml | 6 +++--- requirements.txt | 10 ++++------ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2beb095..fbaa008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "cozy_comm" description = "Post images and video to Discord. Nodes to facilitate communication using REST." -version = "1.0.0" -license = { file = "LICENSE" } -dependencies = [] +version = "1.0.1" +license = "LICENSE" +dependencies = ["requests", "loguru", "opencv-contrib-python", "discord-webhook"] [project.urls] Repository = "https://github.com/cozy-comfyui/cozy_comm" diff --git a/requirements.txt b/requirements.txt index 5512c62..2717abb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ -requests -loguru -numpy -torch -opencv-contrib-python -discord-webhook \ No newline at end of file +requests>=2.32.3 +loguru>=0.7.2 +opencv-contrib-python>=4.10.0.82 +discord-webhook>=1.3.1 \ No newline at end of file