diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:33:29 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:33:29 +0000 |
commit | 1a6d5bfa08b4ba618dcab68e4ed524c4db07da2b (patch) | |
tree | c29f79003b2ff7bd8a26d5dcbdf44a1f96a71fed /synapse/python_dependencies.py | |
parent | import from package-debian-synapse (diff) | |
download | synapse-1a6d5bfa08b4ba618dcab68e4ed524c4db07da2b.tar.xz |
Debian packaging via dh_virtualenv (#4285)
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 2 |
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"] - } + }, } |