移除pywin32依赖
Build and Publish / Run (push) Successful in 48s Details

This commit is contained in:
cxykevin 2024-04-18 22:03:21 +08:00
parent cae629e5dd
commit efc913edb2
1 changed files with 1 additions and 1 deletions

View File

@ -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',