We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ca4fa commit 1a8ad39Copy full SHA for 1a8ad39
pyproject.toml
@@ -45,6 +45,7 @@ jsonschema = ">=4.23.0"
45
lxml = ">=4.2.5"
46
nltk = "^3.9.1"
47
numpy = ">=1.26.4,<3.0.0"
48
+opencv-python = "^4.9.0"
49
pandas = ">=0.24.0"
50
pydantic = ">= 1.9.2"
51
pydantic-core = "^2.18.2"
@@ -78,3 +79,6 @@ line-length = 120
78
79
[build-system]
80
requires = ["poetry-core"]
81
build-backend = "poetry.core.masonry.api"
82
+
83
+[project.scripts]
84
+label-studio-converter = "label_studio_sdk.converter.main:main"
0 commit comments