refactor: remove test extra (#3679)

* remove test extra, make dev install all

* remove all from dev

* reduce diff
This commit is contained in:
Sara Zan 2022-12-12 11:22:03 +01:00 committed by GitHub
parent 642fa3a6b7
commit b1fc912859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,12 +203,9 @@ dev = [
"pydoc-markdown",
"mkdocs",
"jupytercontrib",
"watchdog", # ==1.0.2
"watchdog",
"requests-cache",
]
test = [
"farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev]",
]
all = [
"farm-haystack[docstores,audio,crawler,preprocessing,ocr,ray,dev,onnx,beir]",
]