From 88ba988c1ec42421a88308045a3738f01716e9ec Mon Sep 17 00:00:00 2001 From: Musab Erdem Date: Mon, 5 Aug 2024 21:29:45 +0200 Subject: [PATCH] requirements.txt aktualisiert --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7268e14..e95fb87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ +tk==0.1.0 +customtkinter==5.2.2 pyserial==3.5 matplotlib==3.9.0 -tk==0.1.0 -customtkinter==5.2.2 \ No newline at end of file +numpy==2.0.1 +Pillow==10.4.0 \ No newline at end of file