mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-05-01 03:31:21 +00:00
chore: update pyproject.toml
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "24.3.0"
|
__version__ = "24.3.1-dev.0"
|
||||||
|
|||||||
@@ -2,17 +2,41 @@
|
|||||||
name = "adetailer"
|
name = "adetailer"
|
||||||
description = "An object detection and auto-mask extension for stable diffusion webui."
|
description = "An object detection and auto-mask extension for stable diffusion webui."
|
||||||
authors = [{ name = "dowon", email = "ks2515@naver.com" }]
|
authors = [{ name = "dowon", email = "ks2515@naver.com" }]
|
||||||
requires-python = ">=3.8,<3.12"
|
requires-python = ">=3.8,<3.13"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "AGPL-3.0" }
|
license = { text = "AGPL-3.0" }
|
||||||
|
dependencies = [
|
||||||
|
"ultralytics>=8.1",
|
||||||
|
"mediapipe>=10",
|
||||||
|
"pydantic<2",
|
||||||
|
"rich>=13",
|
||||||
|
"huggingface_hub",
|
||||||
|
]
|
||||||
|
keywords = [
|
||||||
|
"stable-diffusion",
|
||||||
|
"stable-diffusion-webui",
|
||||||
|
"adetailer",
|
||||||
|
"ultralytics",
|
||||||
|
]
|
||||||
|
dynamic = ["version"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
repository = "https://github.com/Bing-su/adetailer"
|
repository = "https://github.com/Bing-su/adetailer"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.version]
|
||||||
|
path = "adetailer/__version__.py"
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
known_first_party = ["launch", "modules"]
|
known_first_party = ["launch", "modules"]
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
target-version = "py38"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [
|
select = [
|
||||||
"A",
|
"A",
|
||||||
|
|||||||
Reference in New Issue
Block a user