Merge pull request #3947 from matrix-org/rav/attr_version

We require attrs 16.0.0
pull/14/head
Richard van der Hoff 6 years ago committed by GitHub
commit e4e96486a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/3947.misc
  2. 4
      synapse/python_dependencies.py

@ -0,0 +1 @@
Require attrs 16.0.0 or later

@ -58,7 +58,9 @@ REQUIREMENTS = {
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attrs": ["attr"],
# we use attr.s(slots), which arrived in 16.0.0
"attrs>=16.0.0": ["attr>=16.0.0"],
"netaddr>=0.7.18": ["netaddr"],
}

Loading…
Cancel
Save