We require attrs 16.0.0

Ref: https://github.com/matrix-org/synapse/issues/3945
pull/3947/head
Richard van der Hoff 2018-09-25 10:43:39 +01:00
parent 787d22ed6c
commit a9d84f4e44
1 changed files with 3 additions and 1 deletions

View File

@ -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"],
}