setup: Add janus to the dependencies.

This commit is contained in:
Damir Jelić 2019-04-18 13:11:07 +02:00
parent 09bd6ddbde
commit 2ae5e181bc

View File

@ -21,6 +21,7 @@ setup(
"logbook", "logbook",
"peewee", "peewee",
"dbus-python", "dbus-python",
"janus"
"typing;python_version<'3.5'", "typing;python_version<'3.5'",
"matrix-nio" "matrix-nio"
], ],