diff --git a/setup.cfg b/setup.cfg index afa8d64799..34fb88fcdc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -204,11 +204,11 @@ dev = watchdog #==1.0.2 requests-cache test = - farm-haystack[docstores,crawler,preprocessing,ocr,ray,dev] + farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev] all = - farm-haystack[docstores,crawler,preprocessing,ocr,ray,dev,onnx,beir] + farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev,onnx,beir] all-gpu = - farm-haystack[docstores-gpu,crawler,preprocessing,ocr,ray,dev,onnx-gpu,beir] + farm-haystack[docstores-gpu,audio,crawler,preprocessing,ocr,ray,dev,onnx-gpu,beir] [tool:pytest]