kopia lustrzana https://github.com/wagtail/wagtail
Require python-dateutil>=2.7 (otherwise freezegun fails with module 'dateutil.tz' has no attribute 'UTC')
rodzic
b1a3a292f7
commit
8422150485
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Ładowanie…
Reference in New Issue