From 89bdf5782e847ed66f1e416fcbe4884555ed31c4 Mon Sep 17 00:00:00 2001 From: dburakov Date: Mon, 10 Dec 2018 12:36:56 +0300 Subject: [PATCH] up prometheus_client and prometheus-async versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 60419c3..38c13d0 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ def read_file(file_path): author='Wargaming Team', install_requires=[ 'aiohttp', - 'prometheus_client>=0.0.21', - 'prometheus-async>=17.4.0', + 'prometheus_client>=0.5.0', + 'prometheus-async>=18.4.0', ], extras_require={ 'amqp': ['aioamqp>=0.9.0'],