[AUR-387, AUR-425] Add start-project to CLI (#29)

This commit is contained in:
cin-jacky
2023-10-03 13:55:34 +09:00
committed by GitHub
parent d83c22aa4e
commit 205955b8a3
13 changed files with 718 additions and 8 deletions

View File

@@ -29,18 +29,16 @@ setuptools.setup(
packages=setuptools.find_packages(
exclude=("tests", "tests.*", "examples", "examples.*")
),
dependencies=[
"click >= 8.1.7",
],
install_requires=[
"farm-haystack==1.19.0",
"langchain",
"theflow",
"llama-index",
"llama-hub",
"nltk",
"gradio",
"openpyxl",
"cookiecutter",
"click",
],
extras_require={
"dev": [