From 41405ff549034718808aef51683eba25b42a06b2 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 15 Mar 2026 03:07:39 +0000 Subject: [PATCH] Add photo_stitcher/requirements.txt --- photo_stitcher/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 photo_stitcher/requirements.txt diff --git a/photo_stitcher/requirements.txt b/photo_stitcher/requirements.txt new file mode 100644 index 0000000..d8acd03 --- /dev/null +++ b/photo_stitcher/requirements.txt @@ -0,0 +1,2 @@ +pillow>=9.0,<11.0 +pytest>=7.0,<8.0