mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 13:01:07 -05:00
11 lines
147 B
Python
11 lines
147 B
Python
|
|
from supybot.setup import plugin_setup
|
|
|
|
plugin_setup(
|
|
'Wikifetch',
|
|
install_requires=[
|
|
'bs4',
|
|
'mwparserfromhell',
|
|
],
|
|
)
|