From efc913edb2d7633ddb508c6c82cbb65fc12a94c5 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Thu, 18 Apr 2024 22:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4pywin32=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f74224f..5630edf 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( package_dir={ "magictk": "./magictk", }, - install_requires=["pywin32"], + install_requires=[], author='cxykevin|git.hmtsai.cn', author_email='cxykevin@yeah.net', description='A tkinter weights looks like element-plus',