Issue
When trying to install invenio-search with extras = ["elasticsearch7"], dependency resolution fails. From the log of poetry install -vvv, it looks like poetry thinks that all elaststicsearch* extras should be installed simultaneously, whereas they are mutually exclusive in the invenio-search setup.py.
-vvvoption).Issue
When trying to install
invenio-searchwithextras = ["elasticsearch7"], dependency resolution fails. From the log ofpoetry install -vvv, it looks likepoetrythinks that allelaststicsearch*extras should be installed simultaneously, whereas they are mutually exclusive in theinvenio-searchsetup.py.