mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 14:34:47 -04:00
Bump psycopg requirement (#5032)
This commit is contained in:
parent
3352baac4b
commit
4abf5aa81a
2 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,9 @@ REQUIREMENTS = [
|
|||
CONDITIONAL_REQUIREMENTS = {
|
||||
"email.enable_notifs": ["Jinja2>=2.9", "bleach>=1.4.2"],
|
||||
"matrix-synapse-ldap3": ["matrix-synapse-ldap3>=0.1"],
|
||||
"postgres": ["psycopg2>=2.6"],
|
||||
|
||||
# we use execute_batch, which arrived in psycopg 2.7.
|
||||
"postgres": ["psycopg2>=2.7"],
|
||||
|
||||
# ConsentResource uses select_autoescape, which arrived in jinja 2.9
|
||||
"resources.consent": ["Jinja2>=2.9"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue