Select Outliers on Box and Whisker Plot

Plotly box plots do not have the option to use the lasso or box select tool. With Plotly express you can set points=β€œall” or with Plotly graph objects you can set boxpoints=β€œall”, and these tools will appear; however this plots all points. I do not want any additional data plotted, as I only need to select the outliers.

How can I best achieve this?

Thank you!