Skip to content

Commit a6ead67

Browse files
author
Craig Wright
committed
Merge branch 'pr/3'
merge into main
2 parents 1b2d64c + 6d0bda1 commit a6ead67

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-lexmsdbnodes"
3+
description = "Nodes: MSSqlTableNode, MSSqlSelectNode. This extension provides custom nodes to interact with MSSQL."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["numpy", "opencv-python", "git+https://github.com/facebookresearch/detectron2.git", "pyodbc"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "@lexicon"
14+
DisplayName = "ComfyUI-LexMSDBNodes"
15+
Icon = ""

0 commit comments

Comments
 (0)