Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
hack/fix for hack/fix on license field for pyproject.toml
  • Loading branch information
Amorano committed Jul 18, 2024
1 parent 0ac3ded commit bb1a57e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
requests
loguru
numpy
torch
opencv-contrib-python
discord-webhook
requests>=2.32.3
loguru>=0.7.2
opencv-contrib-python>=4.10.0.82
discord-webhook>=1.3.1

0 comments on commit bb1a57e

Please sign in to comment.