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

pull/7254/head
Matt Westcott 2021-06-14 16:17:04 +01:00
rodzic b1a3a292f7
commit 8422150485
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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