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