mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -04:00
main: Pass our store path to the nio client after logging in.
This commit is contained in:
parent
d51d47334b
commit
710939e5bd
2 changed files with 85 additions and 8 deletions
1
setup.py
1
setup.py
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue