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

Commit

Permalink
Add missing dependency on attr
Browse files Browse the repository at this point in the history
We've rcently added a dep on `attr`. I don't know why the CI didn't pick this
up, but we should make it explicit anyway.
  • Loading branch information
richvdh committed Jun 6, 2018
1 parent 48e2b48 commit 57e3f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
}

CONDITIONAL_REQUIREMENTS = {
Expand Down

0 comments on commit 57e3f92

Please sign in to comment.