Move zstd to normal deps (#32741)

move zstd
This commit is contained in:
Maxime Desroches
2024-06-13 14:46:19 -07:00
committed by GitHub
parent 9ffd973be9
commit 6552d4ecb8
2 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -8110,4 +8110,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.11, <3.13"
content-hash = "51f233c6af3795be4fd3f54b7b462777bc65f547de0821c0de7ac0c3c056b0a6"
content-hash = "83dbbf76ea5f3e1022233a164d6f342706ebf64ad8bbbf742a55d5f49474d863"
+3 -3
View File
@@ -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 = "*"