summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/pyproject.toml
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-08-19 11:08:56 +0200
committerChristophe Besson <cbesson@gmail.com>2026-08-19 11:08:56 +0200
commit78711e23e1c200dab28a86d86c1cfa374da9ebbf (patch)
treee1d458e85eb69cc2710a36d275778a9ddf5a8444 /packages/meshbay-hub/pyproject.toml
parent3a54cce7df3bf86e0e900865b880855845c5f766 (diff)
downloadmeshbay-78711e23e1c200dab28a86d86c1cfa374da9ebbf.tar.gz
test(hub): add argon2-cffi to dev deps so KDF parity tests run
Without it the three tests in test_bundle_kdf_parity.py silently skip instead of failing — a coverage gap the test file itself flags. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-hub/pyproject.toml')
-rw-r--r--packages/meshbay-hub/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/pyproject.toml b/packages/meshbay-hub/pyproject.toml
index 6a83794..a87271e 100644
--- a/packages/meshbay-hub/pyproject.toml
+++ b/packages/meshbay-hub/pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
]
[project.optional-dependencies]
-dev = ["pytest>=8", "pytest-asyncio>=0.24", "ruff>=0.6", "httpx>=0.28"]
+dev = ["pytest>=8", "pytest-asyncio>=0.24", "ruff>=0.6", "httpx>=0.28", "argon2-cffi>=21.3"]
[project.scripts]
meshbay-hub = "meshbay_hub.daemon:main"