瀏覽代碼

Correct attrs package name in requirements (#3492)

tags/v0.32.2
Amber Brown 5 年之前
committed by GitHub
父節點
當前提交
e845fd41c2
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 3 個檔案被更改,包括 3 行新增1 行删除
  1. +1
    -0
      changelog.d/.gitignore
  2. +1
    -0
      changelog.d/3492.bugfix
  3. +1
    -1
      synapse/python_dependencies.py

+ 1
- 0
changelog.d/.gitignore 查看文件

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

+ 1
- 0
changelog.d/3492.bugfix 查看文件

@@ -0,0 +1 @@
Amend the Python dependencies to depend on attrs from PyPI, not attr

+ 1
- 1
synapse/python_dependencies.py 查看文件

@@ -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…
取消
儲存