返回提交历史
Modified
etc/tool/update.py
+2
-2
XFEstudio/gpt4free
Disable update packages
dbd6c8f2
代码差异
1 个文件
+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)