1
0
Эх сурвалжийг харах

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

Mikael Koli 4 жил өмнө
parent
commit
a9f4494686

+ 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