From 2ae5e181bc9eb0ad46ffd389b04c864823e9baf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 18 Apr 2019 13:11:07 +0200 Subject: [PATCH] setup: Add janus to the dependencies. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 90b4620..61eed7f 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setup( "logbook", "peewee", "dbus-python", + "janus" "typing;python_version<'3.5'", "matrix-nio" ],