Accept optional token to public room list

This commit is contained in:
Erik Johnston 2016-09-15 09:08:57 +01:00
parent c566f0ee17
commit 4f181f361d
2 changed files with 76 additions and 7 deletions

View file

@ -36,6 +36,7 @@ REQUIREMENTS = {
"blist": ["blist"],
"pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
"pymacaroons-pynacl": ["pymacaroons"],
"msgpack-python>=0.3.0": ["msgpack"],
}
CONDITIONAL_REQUIREMENTS = {
"web_client": {