Remove last usage of ujson

pull/14/head
Erik Johnston 7 years ago
parent f5aa027c2f
commit fecb45e0c3
  1. 1
      synapse/python_dependencies.py
  2. 2
      synapse/storage/group_server.py

@ -34,7 +34,6 @@ REQUIREMENTS = {
"bcrypt": ["bcrypt>=3.1.0"],
"pillow": ["PIL"],
"pydenticon": ["pydenticon"],
"ujson": ["ujson"],
"blist": ["blist"],
"pysaml2>=3.0.0": ["saml2>=3.0.0"],
"pymacaroons-pynacl": ["pymacaroons"],

@ -19,7 +19,7 @@ from synapse.api.errors import SynapseError
from ._base import SQLBaseStore
import ujson as json
import simplejson as json
# The category ID for the "default" category. We don't store as null in the

Loading…
Cancel
Save