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

Make sure that attr is installed
pull/3371/head
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
1 changed files with 1 additions and 0 deletions

View File

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