daemon: Add some command line switches.

This commit is contained in:
Damir Jelić 2019-03-28 17:07:57 +01:00
parent 367083d6ff
commit 1fb15eb77e
2 changed files with 84 additions and 14 deletions

View file

@ -16,6 +16,7 @@ setup(
"attrs",
"aiohttp",
"appdirs",
"click",
"typing;python_version<'3.5'",
"matrix-nio @ git+https://github.com/poljar/matrix-nio.git@async#egg=matrix-nio-0"
],