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

Commit

Permalink
We require attrs 16.0.0
Browse files Browse the repository at this point in the history
Ref: #3945
  • Loading branch information
richvdh committed Sep 25, 2018
1 parent 787d22e commit a9d84f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
"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"],
}

Expand Down

0 comments on commit a9d84f4

Please sign in to comment.