We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baafc8 commit cbd4e30Copy full SHA for cbd4e30
setup.py
@@ -17,7 +17,7 @@
17
extras_require={"dev": ["pytest", "pytest-cov", "pytest-xdist", "pytest-mock",
18
"yapf", "pycodestyle", "autoflake", "isort", "wheel",
19
"ipython", "ipywidgets", "requests-mock", "pyfakefs",
20
- "databricks-connect", "pytest-rerunfailures"],
+ "databricks-connect", "pytest-rerunfailures", "openai"],
21
"notebook": ["ipython>=8,<9", "ipywidgets>=8,<9"],
22
"openai": ["openai"]},
23
author="Serge Smertin",
0 commit comments