diff --git a/pyproject.toml b/pyproject.toml index cf87b12..af9ae14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Source = "https://github.com/onyx-and-iris/q3rcon-cli" path = "src/q3rcon_cli/__about__.py" [tool.hatch.envs.default] -dependencies = ["aio-q3-rcon @ {root:parent:uri}/aio-q3-rcon"] +workspace.members = [{ path = "../aio-q3-rcon" }] [tool.hatch.envs.types] extra-dependencies = ["mypy>=1.0.0"]