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