瀏覽代碼

requirements: add openpyxl to soft dependencies

Mikael Koli 4 年之前
父節點
當前提交
f65b152c59
共有 3 個文件被更改,包括 5 次插入2 次删除
  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
 matplotlib
 Pillow
+openpyxl

+ 2 - 1
requirements/build.txt

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

+ 2 - 1
requirements/coverage.txt

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