mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Correct attrs package name in requirements (#3492)
This commit is contained in:
parent
20ff89d6e1
commit
e845fd41c2
1
changelog.d/.gitignore
vendored
Normal file
1
changelog.d/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
!.gitignore
|
1
changelog.d/3492.bugfix
Normal file
1
changelog.d/3492.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Amend the Python dependencies to depend on attrs from PyPI, not attr
|
@ -57,7 +57,7 @@ REQUIREMENTS = {
|
|||||||
"phonenumbers>=8.2.0": ["phonenumbers"],
|
"phonenumbers>=8.2.0": ["phonenumbers"],
|
||||||
"six": ["six"],
|
"six": ["six"],
|
||||||
"prometheus_client": ["prometheus_client"],
|
"prometheus_client": ["prometheus_client"],
|
||||||
"attr": ["attr"],
|
"attrs": ["attr"],
|
||||||
"netaddr>=0.7.18": ["netaddr"],
|
"netaddr>=0.7.18": ["netaddr"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user