summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-node/pyproject.toml')
-rw-r--r--packages/meshbay-node/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/pyproject.toml b/packages/meshbay-node/pyproject.toml
index 2aa80aa..1f174cd 100644
--- a/packages/meshbay-node/pyproject.toml
+++ b/packages/meshbay-node/pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
# camera output) for test_enrich_photo.py — Pillow itself is lenient enough
# to round-trip a flat, non-standard EXIF dict, which would have hidden the
# get_ifd(Exif) bug enrich_photo.py's DateTimeOriginal read had.
-dev = ["pytest>=8", "pytest-asyncio>=0.24", "ruff>=0.6", "piexif>=1.1"]
+dev = ["pytest>=8", "pytest-asyncio>=0.24", "pytest-timeout>=2.3", "ruff>=0.6", "piexif>=1.1"]
[project.scripts]
meshbay-node = "meshbay_node.daemon:main"