diff --git a/pyproject.toml b/pyproject.toml index 9b0822f..5b24e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" license = { text = "AGPL-3.0" } dependencies = [ "ultralytics>=8.1", - "mediapipe>=10", + "mediapipe>=0.10", "pydantic<3", "rich>=13", "huggingface_hub", @@ -18,6 +18,10 @@ keywords = [ "adetailer", "ultralytics", ] +classifiers = [ + "License :: OSI Approved :: GNU Affero General Public License v3", + "Topic :: Scientific/Engineering :: Image Recognition", +] dynamic = ["version"] [project.urls]