diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-12 10:31:31 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-12 10:31:31 +0000 |
commit | 7fedc36ccc9459897e61df7b437c8555caa4aef3 (patch) | |
tree | 6e7b42f2f31d1d665e882c93ac8243ff1f0aafd9 /UPGRADE.rst | |
parent | Update UPGRADES to mention updated dependencies (diff) | |
download | synapse-7fedc36ccc9459897e61df7b437c8555caa4aef3.tar.xz |
Fix rst
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index b8f20c4d56..6ea348acc3 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -3,10 +3,10 @@ Upgrading to v0.7.0 New dependencies are: - - pydenticon - - simplejson - - syutil - - matrix-angular-sdk +- pydenticon +- simplejson +- syutil +- matrix-angular-sdk To pull in these dependencies in a virtual env, run:: |