From 22adde79940d32c5f094f26f3e18b7160e7ccafc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 1 Dec 2018 13:14:06 +0100 Subject: behavior: Move click script data to external file First step of issue #3 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8b21983..5ae7e65 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( 'pytz', 'websockets', 'aiohttp', + 'PyYAML', ], entry_points={ 'console_scripts': [ -- cgit v1.2.3