diff --git a/poetry.lock b/poetry.lock index 16fb764d5..2467d6be2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8110,4 +8110,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.13" -content-hash = "51f233c6af3795be4fd3f54b7b462777bc65f547de0821c0de7ac0c3c056b0a6" +content-hash = "83dbbf76ea5f3e1022233a164d6f342706ebf64ad8bbbf742a55d5f49474d863" diff --git a/pyproject.toml b/pyproject.toml index e46f7d51a..5353b3988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,6 +139,9 @@ psutil = "*" timezonefinder = "*" # just used for nav ETA pycryptodome = "*" # used in updated/casync, panda, body, and a test +#logreader +zstd = "*" + [tool.poetry.group.docs.dependencies] Jinja2 = "*" sphinx = "*" @@ -162,9 +165,6 @@ pytest-mock = "*" pytest-repeat = "*" ruff = "*" -[tool.poetry.group.tools.dependencies] -zstd = "*" - [tool.poetry.group.dev.dependencies] av = "*" azure-identity = "*"