Skip to content

Commit

Permalink
up prometheus_client and prometheus-async versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dburakov authored Dec 10, 2018
1 parent c4e3d6c commit 89bdf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 89bdf57

Please sign in to comment.