-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b11fd3c
commit 44e1dd8
Showing
1 changed file
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,36 +12,36 @@ readme = "README.md" | |
keywords = ["comfyui", "stable diffusion"] | ||
|
||
maintainers = [ | ||
{ name = "Yoland Yan", email = "[email protected]" }, | ||
{ name = "James Kwon", email = "[email protected]" }, | ||
{ name = "Robin Huang", email = "[email protected]" }, | ||
{ name = "Dr.Lt.Data", email = "[email protected]" }, | ||
{ name = "Yoland Yan", email = "[email protected]" }, | ||
{ name = "James Kwon", email = "[email protected]" }, | ||
{ name = "Robin Huang", email = "[email protected]" }, | ||
{ name = "Dr.Lt.Data", email = "[email protected]" }, | ||
] | ||
|
||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
] | ||
|
||
dependencies = [ | ||
"charset-normalizer>=3.0.0", | ||
"GitPython", | ||
"httpx", | ||
"mixpanel", | ||
"packaging", | ||
"pathspec", | ||
"psutil", | ||
"pyyaml", | ||
"questionary", | ||
"requests", | ||
"rich", | ||
"tomlkit", | ||
"typer>=0.9.0", | ||
"typing-extensions>=4.7.0", | ||
"uv<=0.4.0", | ||
"websocket-client", | ||
"semver~=3.0.2", | ||
"charset-normalizer>=3.0.0", | ||
"GitPython", | ||
"httpx", | ||
"mixpanel", | ||
"packaging", | ||
"pathspec", | ||
"psutil", | ||
"pyyaml", | ||
"questionary", | ||
"requests", | ||
"rich", | ||
"tomlkit", | ||
"typer>=0.9.0", | ||
"typing-extensions>=4.7.0", | ||
"uv", | ||
"websocket-client", | ||
"semver~=3.0.2", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
@@ -65,9 +65,9 @@ target-version = "py39" | |
|
||
[tool.ruff.lint] | ||
select = [ | ||
"E4", # default | ||
"E7", # default | ||
"E9", # default | ||
"F", # default | ||
"I", # isort-like behavior (import statement sorting) | ||
"E4", # default | ||
"E7", # default | ||
"E9", # default | ||
"F", # default | ||
"I", # isort-like behavior (import statement sorting) | ||
] |