ソースを参照

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"],
}



読み込み中…
キャンセル
保存