From c99353106e75b73a60740953fe3f1d89637920db Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 3 Dec 2018 17:33:52 -0800 Subject: [PATCH] Annotate READMEs with BeautifulSoup dependencies From: https://github.com/jlu5/SupyPlugins/commit/a80a19564c32093da5e303f3016763b3c25456d1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c41f6696c..b18634bee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Provides an interface to DuckDuckGo's web search. +Provides an interface to DuckDuckGo's web search. This plugin requires the [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) Python module. #### Example