Resolve conflicts (#208)
This commit is contained in:
4
setup.py
4
setup.py
@@ -8,7 +8,7 @@ setuptools.setup(
|
||||
version="0.0.18",
|
||||
author="Taranjeet Singh",
|
||||
author_email="reachtotj@gmail.com",
|
||||
description="embedchain is a framework to easily create LLM powered bots over any dataset",
|
||||
description="embedchain is a framework to easily create LLM powered bots over any dataset", # noqa:E501
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/embedchain/embedchain",
|
||||
@@ -18,7 +18,7 @@ setuptools.setup(
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
python_requires='>=3.8',
|
||||
python_requires=">=3.8",
|
||||
py_modules=["embedchain"],
|
||||
install_requires=[
|
||||
"langchain>=0.0.205",
|
||||
|
||||
Reference in New Issue
Block a user