pantalaimon: Add pantalaimon store class.

This commit is contained in:
Damir Jelić 2019-04-10 12:03:17 +02:00
parent d10a68add1
commit 4bf5955031
2 changed files with 102 additions and 0 deletions

View file

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