summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-12-20 11:35:23 +0000
committerRichard van der Hoff <richard@matrix.org>2018-12-20 11:35:23 +0000
commitd3c9c562c60133a2263b36376aa854064630589d (patch)
tree18d0efeecdbc24f33367f87a2a86aa90f854d3ec /synapse
parentAdd 'sandbox' to CSP for media repo (#4284) (diff)
parentDebian packaging via dh_virtualenv (#4285) (diff)
downloadsynapse-d3c9c562c60133a2263b36376aa854064630589d.tar.xz
Debian packaging via dh_virtualenv
Diffstat (limited to 'synapse')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 92422c6ffc..96cd154234 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -78,7 +78,7 @@ CONDITIONAL_REQUIREMENTS = {
     },
     "postgres": {
         "psycopg2>=2.6": ["psycopg2"]
-    }
+    },
 }