Skip to content

Commit

Permalink
Add open ai to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-segu committed Oct 4, 2024
1 parent 79abd8f commit 98b2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
extras_require={"dev": ["pytest", "pytest-cov", "pytest-xdist", "pytest-mock",
"yapf", "pycodestyle", "autoflake", "isort", "wheel",
"ipython", "ipywidgets", "requests-mock", "pyfakefs",
"databricks-connect", "pytest-rerunfailures"],
"databricks-connect", "pytest-rerunfailures", "openai"],
"notebook": ["ipython>=8,<9", "ipywidgets>=8,<9"],
"openai": ["openai"]},
author="Serge Smertin",
Expand Down

0 comments on commit 98b2424

Please sign in to comment.