Move openai to hatch-test environment.
This commit is contained in:
parent
53feead8ae
commit
a056192aaf
1 changed files with 3 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ all = [
|
||||||
"pydub",
|
"pydub",
|
||||||
"SpeechRecognition",
|
"SpeechRecognition",
|
||||||
"youtube-transcript-api",
|
"youtube-transcript-api",
|
||||||
"openai",
|
|
||||||
"azure-ai-documentintelligence",
|
"azure-ai-documentintelligence",
|
||||||
"azure-identity"
|
"azure-identity"
|
||||||
]
|
]
|
||||||
|
|
@ -56,7 +55,6 @@ pdf = ["pdfminer.six"]
|
||||||
outlook = ["olefile"]
|
outlook = ["olefile"]
|
||||||
audio-transcription = ["pydub", "SpeechRecognition"]
|
audio-transcription = ["pydub", "SpeechRecognition"]
|
||||||
youtube-transcription = ["youtube-transcript-api"]
|
youtube-transcription = ["youtube-transcript-api"]
|
||||||
openai = ["openai"]
|
|
||||||
az-doc-intel = ["azure-ai-documentintelligence", "azure-identity"]
|
az-doc-intel = ["azure-ai-documentintelligence", "azure-identity"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
@ -75,6 +73,9 @@ features = ["all"]
|
||||||
|
|
||||||
[tool.hatch.envs.hatch-test]
|
[tool.hatch.envs.hatch-test]
|
||||||
features = ["all"]
|
features = ["all"]
|
||||||
|
extra-dependencies = [
|
||||||
|
"openai",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.hatch.envs.types]
|
[tool.hatch.envs.types]
|
||||||
extra-dependencies = [
|
extra-dependencies = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue