Преглед изворни кода

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