移除pywin32依赖
All checks were successful
Build and Publish / Run (push) Successful in 48s

This commit is contained in:
cxykevin 2024-04-18 22:03:21 +08:00
parent cae629e5dd
commit efc913edb2

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