Ver Fonte

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

Mikael Koli há 4 anos atrás
pai
commit
a9f4494686
2 ficheiros alterados com 7 adições e 2 exclusões
  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