Reduce openpyxl version for Python 3.5 compatibility

pull/5888/head
jacobtoppm 2020-03-11 10:53:06 +00:00 zatwierdzone przez Matt Westcott
rodzic 26ce5a5f73
commit 00650e7311
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',