返回提交历史
Modified
.gitignore
+2
-1
Deleted
g4f-1.0.0-amd64.deb
+0
-0
Modified
scripts/build-deb.sh
+1
-1
XFEstudio/gpt4free
Fix Debian build setuptools dependency issue
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
da6c962c
代码差异
3 个文件
+3
-2
@@ -45,4 +45,5 @@ dist/
45
45
*.spec
46
46
pyproject.toml.bak
47
47
debian/
48
winget/
48
winget/
49
*.deb
二进制文件已变更,无法进行逐行预览。
@@ -31,7 +31,7 @@ Essential: no
31
31
Maintainer: ${MAINTAINER}
32
32
Description: ${DESCRIPTION}
33
33
${LONG_DESCRIPTION}
34
Depends: python3 (>= 3.10), python3-pip, python3-aiohttp, python3-requests
34
Depends: python3 (>= 3.10), python3-pip, python3-setuptools, python3-aiohttp, python3-requests
35
35
Homepage: https://github.com/xtekky/gpt4free
36
36
EOF
37
37