add aio-q3-rcon as local path dependency

This commit is contained in:
onyx-and-iris 2026-03-22 03:05:47 +00:00
parent e2fb241bc2
commit 9a4fefcbbb
2 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View File

@ -210,3 +210,5 @@ marimo/_lsp/
__marimo__/ __marimo__/
# End of ignr # End of ignr
test-*.py

View File

@ -33,6 +33,9 @@ Source = "https://github.com/onyx-and-iris/q3rcon-cli"
[tool.hatch.version] [tool.hatch.version]
path = "src/q3rcon_cli/__about__.py" path = "src/q3rcon_cli/__about__.py"
[tool.hatch.envs.default]
dependencies = ["aio-q3-rcon @ {root:parent:uri}/aio-q3-rcon"]
[tool.hatch.envs.types] [tool.hatch.envs.types]
extra-dependencies = ["mypy>=1.0.0"] extra-dependencies = ["mypy>=1.0.0"]
[tool.hatch.envs.types.scripts] [tool.hatch.envs.types.scripts]