Correct attrs package name in requirements (#3492)

pull/14/head
Amber Brown 6 years ago committed by GitHub
parent 20ff89d6e1
commit e845fd41c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/.gitignore
  2. 1
      changelog.d/3492.bugfix
  3. 2
      synapse/python_dependencies.py

@ -0,0 +1 @@
!.gitignore

@ -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"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
"attrs": ["attr"],
"netaddr>=0.7.18": ["netaddr"],
}

Loading…
Cancel
Save