Skip to content

Commit

Permalink
Specify version for dependency pytz.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Mar 2, 2017
1 parent 6c3f5a3 commit 30a4ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 30a4ae1

Please sign in to comment.