diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-12 10:30:34 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-12 10:30:34 +0000 |
commit | b7df941589f42867a46388ec96933deae3f75958 (patch) | |
tree | 8ea01c43a3efcc25dc88fff0749cf47135ace459 /UPGRADE.rst | |
parent | Set database schema version in delta (diff) | |
download | synapse-b7df941589f42867a46388ec96933deae3f75958.tar.xz |
Update UPGRADES to mention updated dependencies
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 0f81f3e11f..b8f20c4d56 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,3 +1,17 @@ +Upgrading to v0.7.0 +=================== + +New dependencies are: + + - pydenticon + - simplejson + - syutil + - matrix-angular-sdk + +To pull in these dependencies in a virtual env, run:: + + python synapse/python_dependencies.py | xargs -n 1 pip install + Upgrading to v0.6.0 =================== |