chore(misc): versions

This commit is contained in:
Dowon
2024-05-04 17:38:34 +09:00
parent 1526d180c2
commit 1e4268d6e4
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -194,3 +194,4 @@ pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
*.ipynb
node_modules

View File

@@ -2,11 +2,11 @@
name = "adetailer"
description = "An object detection and auto-mask extension for stable diffusion webui."
authors = [{ name = "dowon", email = "ks2515@naver.com" }]
requires-python = ">=3.8,<3.13"
requires-python = ">=3.8"
readme = "README.md"
license = { text = "AGPL-3.0" }
dependencies = [
"ultralytics>=8.1",
"ultralytics>=8.2",
"mediapipe>=0.10",
"pydantic<3",
"rich>=13",