mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
Fix Debian build setuptools dependency issue
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -45,4 +45,5 @@ dist/
|
||||
*.spec
|
||||
pyproject.toml.bak
|
||||
debian/
|
||||
winget/
|
||||
winget/
|
||||
*.deb
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user