deps: 删除无用依赖

This commit is contained in:
RockChinQ
2024-02-19 18:59:52 +08:00
parent 06c8773975
commit d74681a128
4 changed files with 0 additions and 17 deletions

View File

@@ -24,18 +24,6 @@ def install_requirements(file):
# log.reset_logging()
def ensure_dulwich():
# 尝试三次
for i in range(3):
try:
import dulwich
return
except ImportError:
install('dulwich')
raise ImportError("无法自动安装dulwich库")
if __name__ == "__main__":
try:
install("openai11")