From 78d9a2eefee984a24338657a0eee7ed30a1d5f99 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Fri, 6 Jul 2018 11:52:20 +0200
Subject: [PATCH] [buildout] Add click to dependencies for beat.cmdline

---
 buildout.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildout.cfg b/buildout.cfg
index 898169b47..4cae45ed8 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -29,6 +29,8 @@ recipe = syseggrecipe
 eggs = alabaster
        babel
        backports.shutil-get-terminal-size
+       click
+       click-plugins
        colorlog
        coverage
        cycler
-- 
GitLab