mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 15:06:11 -04:00
Correct attrs package name in requirements (#3492)
This commit is contained in:
parent
20ff89d6e1
commit
e845fd41c2
3 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,7 @@ REQUIREMENTS = {
|
|||
"phonenumbers>=8.2.0": ["phonenumbers"],
|
||||
"six": ["six"],
|
||||
"prometheus_client": ["prometheus_client"],
|
||||
"attr": ["attr"],
|
||||
"attrs": ["attr"],
|
||||
"netaddr>=0.7.18": ["netaddr"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue