Remove pytz from requirements

Closes #775
This commit is contained in:
MinchinWeb 2016-11-01 21:55:13 -06:00 committed by Sylvain Bellemare
parent 81ef54b3fc
commit 87e59fe820

View File

@ -59,7 +59,6 @@ benchmarks_require = [
install_requires = [
'rethinkdb~=2.3', # i.e. a version between 2.3 and 3.0
'pysha3>=0.3',
'pytz>=2015.7',
'cryptoconditions>=0.5.0',
'statsd>=3.2.1',
'python-rapidjson>=0.0.6',