main: Pass our store path to the nio client after logging in.

This commit is contained in:
Damir Jelić 2019-03-21 16:38:30 +01:00
parent d51d47334b
commit 710939e5bd
2 changed files with 85 additions and 8 deletions

View file

@ -15,6 +15,7 @@ setup(
install_requires=[
"attrs",
"aiohttp",
"appdirs",
"aiohttp-socks",
"typing;python_version<'3.5'",
"matrix-nio @ git+https://github.com/poljar/matrix-nio.git@master#egg=matrix-nio-0"