0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-29 04:59:00 +02:00

Merge pull request #3356 from matrix-org/rav/add_missing_attr_dep

Make sure that attr is installed
This commit is contained in:
Amber Brown 2018-06-07 16:33:30 +10:00 committed by GitHub
commit 0160f6601f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ REQUIREMENTS = {
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
}
CONDITIONAL_REQUIREMENTS = {