ソースを参照

pkg: add remaining packages to requirements.txt
Also slightly reformatted cov requirements.txt.

Mikael Koli 4 年 前
コミット
a9f4494686
2 ファイル変更7 行追加2 行削除
  1. 6 1
      requirements.txt
  2. 1 1
      requirements/coverage.txt

+ 6 - 1
requirements.txt

@@ -1,2 +1,7 @@
+# Hard dep
 jinja2
-pandas
+
+# Soft dep
+pandas
+matplotlib
+Pillow

+ 1 - 1
requirements/coverage.txt

@@ -3,9 +3,9 @@ pytest
 pytest-cov
 
 # Package requirements
-pandas
 jinja2
 
 # Optional
+pandas
 matplotlib
 Pillow