4
pyproject.toml
Normal file → Executable file
4
pyproject.toml
Normal file → Executable file
@@ -21,6 +21,7 @@ dependencies = [
|
||||
"datetime>=6.0",
|
||||
"litserve>=0.2.17",
|
||||
"minio>=7.2.20",
|
||||
"diffusers",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -46,3 +47,6 @@ quote-style = "double"
|
||||
indent-style = "space"
|
||||
line-ending = "auto"
|
||||
docstring-code-format = true
|
||||
|
||||
[tool.uv.sources]
|
||||
diffusers = { git = "https://github.com/huggingface/diffusers.git" }
|
||||
|
||||
Reference in New Issue
Block a user