diff --git a/pyproject.toml b/pyproject.toml index 03e8606..3f39fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,11 @@ authors = [ readme = "README.md" dependencies = [ "pose-format", - "git+https://github.com/sign-language-processing/sign-vq" + "sign_vq @ git+https://github.com/sign-language-processing/sign-vq" + ] +[project.optional-dependencies] dev = [ "pytest", "pylint"