add sql database (#35)

This commit is contained in:
Harrison Chase
2022-10-27 23:21:47 -07:00
committed by GitHub
parent 90a6e578bc
commit af81e9ca9c
10 changed files with 326 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ setup(
version=__version__,
packages=find_packages(),
description="Building applications with LLMs through composability",
install_requires=["pydantic"],
install_requires=["pydantic", "sqlalchemy"],
long_description=long_description,
license="MIT",
url="https://github.com/hwchase17/langchain",