Compare commits

...

1 commit

Author SHA1 Message Date
Richard van der Hoff 08f3f1f68b Make prometheus_client version explicit
We need at least 0.0.14, and could do with making this explicit.
2018-06-06 23:33:29 +01:00

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 = {