Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make sure that attr is installed #3356

Merged
merged 1 commit into from Jun 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions synapse/python_dependencies.py
Expand Up @@ -57,6 +57,7 @@
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
}

CONDITIONAL_REQUIREMENTS = {
Expand Down