Просмотр исходного кода

requirements: add openpyxl to soft dependencies

Mikael Koli 4 лет назад
Родитель
Сommit
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