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

XFEstudio/gpt4free

Fix Debian build setuptools dependency issue

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>

da6c962c
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
提交于

代码差异

3 个文件 +3 -2
Modified .gitignore +2 -1
@@ -45,4 +45,5 @@ dist/
45 45 *.spec
46 46 pyproject.toml.bak
47 47 debian/
48 winget/
48 winget/
49 *.deb
Deleted g4f-1.0.0-amd64.deb +0 -0
二进制文件已变更,无法进行逐行预览。
Modified scripts/build-deb.sh +1 -1
@@ -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