mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
11 lines
145 B
Python
11 lines
145 B
Python
|
|
from supybot.setup import plugin_setup
|
|
|
|
plugin_setup(
|
|
'NuWeather',
|
|
install_requires=[
|
|
'pendulum',
|
|
'haversine',
|
|
],
|
|
)
|