from supybot.setup import plugin_setup
plugin_setup(
'BotLibre',
install_requires=[
'requests',
],
)