Add some more dependency notes

[skip ci]
This commit is contained in:
James Lu 2018-12-03 17:59:57 -08:00
parent 0a3e6d9012
commit a96e340dca
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
### ###
# Copyright (c) 2016, James Lu <glolol@overdrivenetworks.com> # Copyright (c) 2016, James Lu <james@overdrivenetworks.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@ -55,6 +55,10 @@ Most of these plugins also have their own READMEs in their folders; you can usua
##### LastFM ##### LastFM
- LastFM plugin, forked from [krf/supybot-lastfm](https://github.com/krf/supybot-lastfm). - LastFM plugin, forked from [krf/supybot-lastfm](https://github.com/krf/supybot-lastfm).
##### MCInfo
- Fetches information from [minecraft.gamepedia.com](https://minecraft.gamepedia.com/).
- **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/)
##### [Namegen](Namegen/README.md) ##### [Namegen](Namegen/README.md)
- A small random name generator. - A small random name generator.
@ -105,3 +109,4 @@ Most of these plugins also have their own READMEs in their folders; you can usua
##### Wikifetch ##### Wikifetch
- Fork of [ProgVal's Wikipedia plugin](https://github.com/ProgVal/Supybot-plugins), with support for other wikis (via a `--site` option) and other improvements. - Fork of [ProgVal's Wikipedia plugin](https://github.com/ProgVal/Supybot-plugins), with support for other wikis (via a `--site` option) and other improvements.
- **Requires:** [lxml](https://lxml.de/installation.html)

View File

@ -1,4 +1,4 @@
Grabs data from Wikipedia and other MediaWiki-powered sites. Grabs data from Wikipedia and other MediaWiki-powered sites. This plugin requires the [lxml](https://lxml.de/installation.html) Python module.
## Usage ## Usage