store: Add methods to store media info in the store.

This commit is contained in:
Damir Jelić 2020-02-20 13:14:18 +01:00
parent 99a1bccbc8
commit d25989cfd7
3 changed files with 130 additions and 2 deletions

View file

@ -26,6 +26,7 @@ setup(
"logbook",
"peewee",
"janus",
"cachetools >= 3.0.0"
"prompt_toolkit>2<4",
"typing;python_version<'3.5'",
"matrix-nio[e2e] >= 0.4.1"