mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-24 03:23:49 +03:00
~ | g4f v-0.1.5.1
This commit is contained in:
parent
012a1fa0c7
commit
17657933b9
4
setup.py
4
setup.py
@ -11,7 +11,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
|
||||
with open("requirements.txt") as f:
|
||||
required = f.read().splitlines()
|
||||
|
||||
with open("interference/requirements.txt") as f:
|
||||
with open("etc/interference/requirements.txt") as f:
|
||||
api_required = f.read().splitlines()
|
||||
|
||||
VERSION = '0.1.5.1'
|
||||
@ -29,7 +29,7 @@ setup(
|
||||
long_description_content_type="text/markdown",
|
||||
long_description=long_description,
|
||||
packages=find_packages(),
|
||||
data_files=["interference/app.py"],
|
||||
data_files=["etc/interference/app.py"],
|
||||
install_requires=required,
|
||||
extras_require={"api": api_required},
|
||||
entry_points={
|
||||
|
Loading…
Reference in New Issue
Block a user