diff --git a/.gitignore b/.gitignore index 358d9178..d657666f 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,5 @@ dist/ *.spec pyproject.toml.bak debian/ -winget/ \ No newline at end of file +winget/ +*.deb diff --git a/g4f-1.0.0-amd64.deb b/g4f-1.0.0-amd64.deb deleted file mode 100644 index 5c9cabca..00000000 Binary files a/g4f-1.0.0-amd64.deb and /dev/null differ diff --git a/scripts/build-deb.sh b/scripts/build-deb.sh index 9a912c80..b528d45d 100755 --- a/scripts/build-deb.sh +++ b/scripts/build-deb.sh @@ -31,7 +31,7 @@ Essential: no Maintainer: ${MAINTAINER} Description: ${DESCRIPTION} ${LONG_DESCRIPTION} -Depends: python3 (>= 3.10), python3-pip, python3-aiohttp, python3-requests +Depends: python3 (>= 3.10), python3-pip, python3-setuptools, python3-aiohttp, python3-requests Homepage: https://github.com/xtekky/gpt4free EOF