From 71a55843c10ccd7871caad1860c00d6ae2a851e2 Mon Sep 17 00:00:00 2001 From: bartool Date: Thu, 9 Oct 2025 18:56:54 +0200 Subject: [PATCH] chore: update requirements.txt to include additional dependencies --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index dd46ea4..f99e1e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,12 @@ +cv2_enumerate_cameras==1.3.0 +gphoto2==2.6.2 +mypy==1.18.2 +mypy_extensions==1.1.0 numpy==2.2.6 opencv-python==4.12.0.88 +pathspec==0.12.1 PySide6==6.9.2 PySide6_Addons==6.9.2 PySide6_Essentials==6.9.2 shiboken6==6.9.2 +typing_extensions==4.15.0 \ No newline at end of file