mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 06:51:12 -05:00
Add requirements
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
927c73cf41
commit
2693cde3b6
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'AzuraCast',
|
'AzuraCast',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Azure',
|
'Azure',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'BotLibre',
|
'BotLibre',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'CBB',
|
'CBB',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,9 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'CFB',
|
'CFB',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Cayenne',
|
'Cayenne',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Corona',
|
'Corona',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'CoronaLight',
|
'CoronaLight',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Dice',
|
'Dice',
|
||||||
|
install_requires=[
|
||||||
|
'pylint',
|
||||||
|
'pytest',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Fun',
|
'Fun',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Geo',
|
'Geo',
|
||||||
|
install_requires=[
|
||||||
|
'geoip2',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'GoogleCloud',
|
'GoogleCloud',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,12 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Jeopardy',
|
'Jeopardy',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'ftfy',
|
||||||
|
'jinja2',
|
||||||
|
'requests',
|
||||||
|
'textdistance',
|
||||||
|
'unidecode',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Lyrics',
|
'Lyrics',
|
||||||
|
install_requires=[
|
||||||
|
'plyrics3',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'NBA',
|
'NBA',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'NFL',
|
'NFL',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'roman_numerals',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'NHL',
|
'NHL',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Odds',
|
'Odds',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'PGA',
|
'PGA',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Soccer',
|
'Soccer',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'TVMaze',
|
'TVMaze',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'TextAdventures',
|
'TextAdventures',
|
||||||
|
install_requires=[
|
||||||
|
'pexpect',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,12 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'TextArt',
|
'TextArt',
|
||||||
|
install_requires=[
|
||||||
|
'beautifulsoup4',
|
||||||
|
'numpy',
|
||||||
|
'pexpect',
|
||||||
|
'pillow',
|
||||||
|
'pyimgur',
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,8 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Tweety',
|
'Tweety',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
'requests_oauthlib',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'Weed',
|
'Weed',
|
||||||
|
install_requires=[
|
||||||
|
'requests',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
@ -2,4 +2,7 @@ from supybot.setup import plugin_setup
|
|||||||
|
|
||||||
plugin_setup(
|
plugin_setup(
|
||||||
'WorldTime',
|
'WorldTime',
|
||||||
|
install_requires=[
|
||||||
|
'pendulum',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user