XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Disable update packages

dbd6c8f2
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified etc/tool/update.py +2 -2
@@ -15,5 +15,5 @@ if __name__ == "__main__":
15 15 current_version = version.get_git_version()
16 16 with open("g4f/debug.py", "a") as f:
17 17 f.write(f"\nversion: str = '{current_version}'\n")
18 command = ["pip", "install", "-U", "-r" , "requirements-slim.txt"]
19 call(command, stderr=STDOUT)
18 #command = ["pip", "install", "-U", "-r" , "requirements-slim.txt"]
19 #call(command, stderr=STDOUT)