-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (29 loc) · 838 Bytes
/
pyproject.toml
File metadata and controls
34 lines (29 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "salt-comfyui"
version = "0.0.1"
description = "Salt nodes for ComfyUI."
authors = [{name = "WAS-PlaiLabs", email = "jordan.thompson@plailabs.com"}]
license = "General Public License"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: General Public License",
"Operating System :: OS Independent",
]
[project.urls]
homepage = "https://getsalt.ai"
# documentation = ""
# repository = ""
[tool.poetry.dependencies]
python = "^3.8"
imageio-ffmpeg = "^0.4.9"
llama-index = "0.9.44"
llama-index-llms-openai = "0.1.6"
[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
[tool.poetry.exclude]
patterns = ["marinade/**/*", "__pycache__/**/*"]