Browse Source

Add extra_require for cosmosdb in setup.py (#2355)

tags/v0.2.24
William W Wang GitHub 2 years ago
parent
commit
689950e58e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@@ -66,6 +66,7 @@ setuptools.setup(
"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,


Loading…
Cancel
Save