From 3588fbec18c27fa8c6dd015251b394b588ff9cc4 Mon Sep 17 00:00:00 2001 From: Fang Lin Date: Thu, 6 May 2021 12:57:47 -0700 Subject: [PATCH] pick up the latest version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6b178e6..0a45303 100644 --- a/setup.py +++ b/setup.py @@ -21,10 +21,10 @@ author="UW-IT AXDD", author_email="aca-it@uw.edu", include_package_data=True, - install_requires=['commonconf>=1.0', + install_requires=['commonconf', 'urllib3', 'python-dateutil', - 'prometheus-client>=0.7,<1.0', + 'prometheus-client', 'mock'], license='Apache License, Version 2.0', description=('Core code for clients of a variety of RESTful web services '