0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Require python-dateutil>=2.7 (otherwise freezegun fails with module 'dateutil.tz' has no attribute 'UTC')

This commit is contained in:
Matt Westcott 2021-06-14 16:17:04 +01:00
parent b1a3a292f7
commit 8422150485

View File

@ -42,7 +42,7 @@ install_requires = [
# Testing dependencies # Testing dependencies
testing_extras = [ testing_extras = [
# Required for running the tests # Required for running the tests
'python-dateutil>=2.2', 'python-dateutil>=2.7',
'pytz>=2014.7', 'pytz>=2014.7',
'elasticsearch>=5.0,<6.0', 'elasticsearch>=5.0,<6.0',
'Jinja2>=2.11,<3.0', 'Jinja2>=2.11,<3.0',