mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-28 22:41:08 -05:00
10 lines
143 B
Python
10 lines
143 B
Python
from supybot.setup import plugin_setup
|
|
|
|
plugin_setup(
|
|
'Fun',
|
|
install_requires=[
|
|
'beautifulsoup4',
|
|
'requests',
|
|
],
|
|
)
|