We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9268522 commit 3abe3e8Copy full SHA for 3abe3e8
1 file changed
setup.py
@@ -25,6 +25,7 @@
25
install_requires=[ # 项目依赖的第三方包
26
# 例如 "requests", 如果您的工具没有额外依赖,可以留空列表 []
27
"tqdm",
28
+ "minify_html",
29
"watchdog"
30
],
31
entry_points={ # 创建命令行可执行脚本的关键!
0 commit comments