소스 검색

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