Browse Source

requirements: add openpyxl to soft dependencies

Mikael Koli 4 years ago
parent
commit
f65b152c59
3 changed files with 5 additions and 2 deletions
  1. 1 0
      requirements.txt
  2. 2 1
      requirements/build.txt
  3. 2 1
      requirements/coverage.txt

+ 1 - 0
requirements.txt

@@ -5,3 +5,4 @@ jinja2
 pandas
 pandas
 matplotlib
 matplotlib
 Pillow
 Pillow
+openpyxl

+ 2 - 1
requirements/build.txt

@@ -6,4 +6,5 @@ jinja2
 # Optional
 # Optional
 pandas
 pandas
 matplotlib
 matplotlib
-Pillow
+Pillow
+openpyxl

+ 2 - 1
requirements/coverage.txt

@@ -8,4 +8,5 @@ jinja2
 # Optional
 # Optional
 pandas
 pandas
 matplotlib
 matplotlib
-Pillow
+Pillow
+openpyxl