We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b9be0 commit 0b20c95Copy full SHA for 0b20c95
1 file changed
exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt
@@ -1,7 +1,9 @@
1
asgiref==3.7.2
2
certifi==2024.2.2
3
charset-normalizer==3.3.2
4
-cramjam==2.8.1
+# We can drop this after bumping baseline to pypy-39
5
+cramjam==2.1.0; platform_python_implementation == "PyPy"
6
+cramjam==2.8.1; platform_python_implementation != "PyPy"
7
Deprecated==1.2.14
8
idna==3.7
9
importlib-metadata==6.11.0
0 commit comments