From a80a19564c32093da5e303f3016763b3c25456d1 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 --- DDG/README.md | 2 +- PkgInfo/README.md | 2 ++ README.md | 2 ++ RhymeZone/README.md | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DDG/README.md b/DDG/README.md index c41f669..b18634b 100644 --- a/DDG/README.md +++ b/DDG/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 diff --git a/PkgInfo/README.md b/PkgInfo/README.md index da9a890..08fe7b1 100644 --- a/PkgInfo/README.md +++ b/PkgInfo/README.md @@ -8,6 +8,8 @@ Fetches package information from the repositories of various \*nix distributions - Linux Mint - Ubuntu +This plugin requires the [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) Python module. + ### Package information **Synopsis**: `pkg [--depends] [--source]` diff --git a/README.md b/README.md index 53d7019..e777a77 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Most of these plugins also have their own READMEs in their folders; you can usua ##### FML - Displays random entries from fmylife.com. + - **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) ##### Isup - Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)). @@ -81,6 +82,7 @@ Most of these plugins also have their own READMEs in their folders; you can usua ##### RhymeZone - Fetches rhymes from http://rhymezone.com/. + - **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) ##### SedRegex - History replacer using sed-style expressions. Fork of [t3chguy's Replacer plugin](https://github.com/t3chguy/Limnoria-Plugins/tree/master/Replacer). diff --git a/RhymeZone/README.md b/RhymeZone/README.md index e32aa72..4de7875 100644 --- a/RhymeZone/README.md +++ b/RhymeZone/README.md @@ -1 +1 @@ -Fetches rhymes from http://rhymezone.com/. +Fetches rhymes from http://rhymezone.com/. This plugin requires the [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) Python module.