From 9a4fefcbbb537c4abfb9e4046d41a19b647befaa Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 22 Mar 2026 03:05:47 +0000 Subject: [PATCH] add aio-q3-rcon as local path dependency --- .gitignore | 6 ++++-- pyproject.toml | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 06d0662..bdb704d 100644 --- a/.gitignore +++ b/.gitignore @@ -185,9 +185,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/ @@ -210,3 +210,5 @@ marimo/_lsp/ __marimo__/ # End of ignr + +test-*.py diff --git a/pyproject.toml b/pyproject.toml index c755ae3..cf87b12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,9 @@ Source = "https://github.com/onyx-and-iris/q3rcon-cli" [tool.hatch.version] path = "src/q3rcon_cli/__about__.py" +[tool.hatch.envs.default] +dependencies = ["aio-q3-rcon @ {root:parent:uri}/aio-q3-rcon"] + [tool.hatch.envs.types] extra-dependencies = ["mypy>=1.0.0"] [tool.hatch.envs.types.scripts]