mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 06:51:12 -05:00
10 lines
137 B
Python
10 lines
137 B
Python
from supybot.setup import plugin_setup
|
|
|
|
plugin_setup(
|
|
'PGA',
|
|
install_requires=[
|
|
'pendulum',
|
|
'requests',
|
|
],
|
|
)
|