瀏覽代碼

fix(api): remove explicit dependency on prometheus-client

We no longer need this pinning (the original reason, which was due to using a
private interface, is no longer a problem).

Related: c350aef44f2ce5bb9d28f61428f708964e1e1923).
dependabot[bot] 1 年之前
父節點
當前提交
9e6106cc55
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      api/requirements.txt

+ 0 - 1
api/requirements.txt

@@ -13,7 +13,6 @@ dnspython~=2.4.2
 httpretty~=1.0.5  # 1.1 breaks tests. Does not run in production, so stick to it.
 pyotp~=2.9.0
 psycopg~=3.1.12
-prometheus-client~=0.17.1  # added to control django-prometheus' dependency version
 psl-dns~=1.1.0
 pylibmc~=1.6.3
 pyyaml~=6.0.1