Fix roomlist since tokens on Python 3 (#4046)

Thanks @Half-Shot !!!
This commit is contained in:
Will Hunt 2018-10-17 13:04:55 +01:00 committed by Amber Brown
parent 6ec9d8ba0a
commit d6a7797dd1
4 changed files with 50 additions and 3 deletions

View file

@ -55,7 +55,7 @@ REQUIREMENTS = {
"sortedcontainers>=1.4.4": ["sortedcontainers"],
"pysaml2>=3.0.0": ["saml2"],
"pymacaroons-pynacl>=0.9.3": ["pymacaroons"],
"msgpack-python>=0.3.0": ["msgpack"],
"msgpack-python>=0.4.2": ["msgpack"],
"phonenumbers>=8.2.0": ["phonenumbers"],
"six>=1.10": ["six"],