From c1d6d9bf1abd1d5ad2349f766f54911eb3ec38ea Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 11 Jan 2020 13:15:58 +0100 Subject: [PATCH] Downgrade openpyxl since we still support Python 3.5 --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index d3de5c672..b62bc2df4 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -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 diff --git a/src/setup.py b/src/setup.py index 90ce17669..35faf974e 100644 --- a/src/setup.py +++ b/src/setup.py @@ -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