From a056192aaf59a823394b7b53936c153bd145e8cd Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Fri, 28 Feb 2025 23:09:01 -0800 Subject: [PATCH] Move openai to hatch-test environment. --- packages/markitdown/pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/markitdown/pyproject.toml b/packages/markitdown/pyproject.toml index 92471f5..c053c7b 100644 --- a/packages/markitdown/pyproject.toml +++ b/packages/markitdown/pyproject.toml @@ -44,7 +44,6 @@ all = [ "pydub", "SpeechRecognition", "youtube-transcript-api", - "openai", "azure-ai-documentintelligence", "azure-identity" ] @@ -56,7 +55,6 @@ pdf = ["pdfminer.six"] outlook = ["olefile"] audio-transcription = ["pydub", "SpeechRecognition"] youtube-transcription = ["youtube-transcript-api"] -openai = ["openai"] az-doc-intel = ["azure-ai-documentintelligence", "azure-identity"] [project.urls] @@ -75,6 +73,9 @@ features = ["all"] [tool.hatch.envs.hatch-test] features = ["all"] +extra-dependencies = [ + "openai", +] [tool.hatch.envs.types] extra-dependencies = [