mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-05 18:20:35 -08:00
Fix Debian build setuptools dependency issue
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
This commit is contained in:
parent
0fd7dbdb45
commit
da6c962c47
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -46,3 +46,4 @@ dist/
|
|||
pyproject.toml.bak
|
||||
debian/
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue