From e16b4a11ae23697e6ebf6ac8c6ccbe20e2f5c4cc Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Sun, 5 May 2024 21:16:53 +0200 Subject: [PATCH] added requirements file --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4f78798 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +python3-pil.imagetk +opencv-python +python3-tk +customtkinter +CTkMenubar +pillow \ No newline at end of file