From 455976a0187c36ca676c4ec3f34e305b97dfab80 Mon Sep 17 00:00:00 2001 From: Adam Saudagar Date: Tue, 21 Feb 2023 22:59:43 +0530 Subject: [PATCH] install windows lib if on windows --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 908e9e2..3a01449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ urllib3 -winshell imutils numpy opencv_python Pillow -pypiwin32 +pypiwin32 ; platform_system=="Windows" +winshell ; platform_system=="Windows" ttkthemes requests beautifulsoup4