From 68a906bb315edf8928c85c0c1763f2c5a01247a7 Mon Sep 17 00:00:00 2001 From: Byron Saltysiak Date: Tue, 25 Jul 2023 20:16:07 -0500 Subject: [PATCH] added lxml to the pip install example since it is required (#8260) - Description: The trello dataloader example didn't work without an additional dependency installed - lxml - Issue: na --- docs/extras/integrations/document_loaders/trello.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/integrations/document_loaders/trello.ipynb b/docs/extras/integrations/document_loaders/trello.ipynb index c1dd795c0cb..976eda67c31 100644 --- a/docs/extras/integrations/document_loaders/trello.ipynb +++ b/docs/extras/integrations/document_loaders/trello.ipynb @@ -44,7 +44,7 @@ }, "outputs": [], "source": [ - "#!pip install py-trello beautifulsoup4" + "#!pip install py-trello beautifulsoup4 lxml" ] }, {