build: make langchain-serve optional

This commit is contained in:
Deepankar Mahapatro 2023-05-16 14:45:23 +05:30
commit dd4a9f50b6

View file

@ -51,7 +51,7 @@ websockets = "^11.0.2"
tiktoken = "^0.3.3"
wikipedia = "^1.4.0"
gptcache = "^0.1.23"
langchain-serve = { version = "^0.0.31", optional = true }
langchain-serve = {version = "^0.0.31", optional = true}
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"