Downgrade openpyxl since we still support Python 3.5

This commit is contained in:
Raphael Michel
2020-01-11 13:15:58 +01:00
parent ddbe27f351
commit c1d6d9bf1a
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ babel
django-i18nfield>=1.4.0
django-hijack>=2.1.10,<2.2.0
jsonschema
openpyxl==3.0.*
openpyxl==2.6.* # Bump to 3.0 after python 3.5 is dropped
django-oauth-toolkit==1.2.*
oauthlib==3.1.*
django-jsonfallback>=2.1.2

View File

@@ -143,7 +143,7 @@ setup(
'django-localflavor',
'jsonschema',
'django-hijack>=2.1.10,<2.2.0',
'openpyxl==3.0.*',
'openpyxl==2.6.*',
'django-oauth-toolkit==1.2.*',
'oauthlib==3.1.*',
'urllib3==1.24.*', # required by current requests