Skip to content

Commit

Permalink
Add extra_require for cosmosdb in setup.py (microsoft#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwxwa authored Apr 11, 2024
1 parent ed3188f commit da8db53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit da8db53

Please sign in to comment.