瀏覽代碼

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