From 30a4ae1da874b7f50543e4a6dc193406d8ec427a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Thu, 2 Mar 2017 09:57:31 +0700 Subject: [PATCH] Specify version for dependency pytz. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd9c5cc..54af042 100644 --- a/setup.py +++ b/setup.py @@ -37,5 +37,5 @@ def version(): description=DESC, long_description=LONG, classifiers=CLASSIFIERS, - install_requires=["pytz", "influxdb>=3.0.0"], + install_requires=["pytz>=2016.10", "influxdb>=3.0.0"], test_suite="nose.collector")