mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
We require attrs 16.0.0
Ref: https://github.com/matrix-org/synapse/issues/3945
This commit is contained in:
parent
787d22ed6c
commit
a9d84f4e44
@ -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…
Reference in New Issue
Block a user