Set pytz to >=2018.04 (#14520)

This commit is contained in:
Fabian Affolter 2018-05-18 15:42:41 +02:00 committed by Paulus Schoutsen
parent 4c328baaa6
commit e929f45ab8
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [
'requests==2.18.4',
'pyyaml>=3.11,<4',
'pytz>=2017.02',
'pytz>=2018.04',
'pip>=8.0.3',
'jinja2>=2.10',
'voluptuous==0.11.1',