from supybot.setup import plugin_setup
plugin_setup(
'Dice',
install_requires=[
'pylint',
'pytest',
],
)