From 3506d1f5ead02dacde8cfa271df819907f61358c Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sun, 15 Feb 2026 13:18:52 +0100 Subject: [PATCH] add pywin32 lib --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e097ce..d2802d6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,8 @@ setup( "requests", "beautifulsoup4", "textual", - "keyring" + "keyring", + "pywin32" ], entry_points={ 'console_scripts': [