setup.py: require pytz (fixes #15367)

This commit is contained in:
Benjamin Dauvergne 2017-04-06 18:54:42 +02:00
parent 6243c018bb
commit 3eb2fc9710
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ setup(
'jsonschema',
'gadjo',
'djangorestframework<3.4',
'pytz',
],
zip_safe=False,
cmdclass={