Make prometheus_client version explicit

We need at least 0.0.14, and could do with making this explicit.
This commit is contained in:
Richard van der Hoff 2018-06-06 23:33:29 +01:00
parent 48e2b48888
commit 08f3f1f68b

View file

@ -56,7 +56,9 @@ REQUIREMENTS = {
"msgpack-python>=0.3.0": ["msgpack"],
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
# we need at least 0.0.14 for prometheus_client.twisted
"prometheus_client>=0.0.14": ["prometheus_client>=0.0.14"],
}
CONDITIONAL_REQUIREMENTS = {