Skip to content

Commit

Permalink
Add jsonschema to python_dependencies.py
Browse files Browse the repository at this point in the history
Signed-off-by: pik <[email protected]>
  • Loading branch information
pik committed Mar 23, 2017
1 parent 566641a commit 250ce11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
logger = logging.getLogger(__name__)

REQUIREMENTS = {
"jsonschema>=2.5.1": ["jsonschema>=2.5.1"],
"frozendict>=0.4": ["frozendict"],
"unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"],
"canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"],
Expand Down

0 comments on commit 250ce11

Please sign in to comment.