From da8db53e709bf4330a7525843bbe006bcc01b1ee Mon Sep 17 00:00:00 2001 From: William W Wang <107702013+wmwxwa@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:37:24 -0400 Subject: [PATCH] Add extra_require for cosmosdb in setup.py (#2355) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 650d785c1e06..b718ab7269d8 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ "graph": ["networkx", "matplotlib"], "websurfer": ["beautifulsoup4", "markdownify", "pdfminer.six", "pathvalidate"], "redis": ["redis"], + "cosmosdb": ["azure-cosmos>=4.2.0"], "websockets": ["websockets>=12.0,<13"], "jupyter-executor": jupyter_executor, "types": ["mypy==1.9.0", "pytest>=6.1.1,<8"] + jupyter_executor,