Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Use cbor
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jun 27, 2016
1 parent 4c67e06 commit f07f993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"blist": ["blist"],
"pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
"pymacaroons-pynacl": ["pymacaroons"],
"msgpack-python": ["msgpack"],
"cbor2": ["cbor2"],
}
CONDITIONAL_REQUIREMENTS = {
"web_client": {
Expand Down
2 changes: 1 addition & 1 deletion synapse/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from collections import namedtuple

from unpaddedbase64 import encode_base64, decode_base64
import ujson as serializer
import cbor2 as serializer


Requester = namedtuple("Requester", ["user", "access_token_id", "is_guest"])
Expand Down

0 comments on commit f07f993

Please sign in to comment.