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

Reduce openpyxl version for Python 3.5 compatibility

This commit is contained in:
jacobtoppm 2020-03-11 10:53:06 +00:00 committed by Matt Westcott
parent 26ce5a5f73
commit 00650e7311

View File

@ -46,7 +46,7 @@ testing_extras = [
'Jinja2>=2.8,<3.0',
'boto3>=1.4,<1.5',
'freezegun>=0.3.8',
'openpyxl>=3.0.3',
'openpyxl>=2.6.4',
# For coverage and PEP8 linting
'coverage>=3.7.0',