diff --git a/UPGRADE.rst b/UPGRADE.rst
index 0f81f3e11f3513d5c187c24e915bc40d6a349a65..b8f20c4d5643a5d5f0d30e6db31fed943737d376 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
 ===================