Pārlūkot izejas kodu

CI: updated requirements

Mikael Koli 4 gadi atpakaļ
vecāks
revīzija
b6d3a8603f
3 mainītis faili ar 16 papildinājumiem un 2 dzēšanām
  1. 2 0
      requirements/build.txt
  2. 11 0
      requirements/coverage.txt
  3. 3 2
      requirements/docs.txt

+ 2 - 0
requirements/build.txt

@@ -1,2 +1,4 @@
+pytest
+
 matplotlib
 Pillow

+ 11 - 0
requirements/coverage.txt

@@ -0,0 +1,11 @@
+# Testing
+pytest
+pytest-cov
+
+# Package requirements
+pandas
+jinja2
+
+# Optional
+matplotlib
+Pillow

+ 3 - 2
requirements/docs.txt

@@ -1,2 +1,3 @@
-sphinx_rtd_theme
-sphinx >= 1.7.5
+sphinx >= 1.7.5
+pydata-sphinx-theme
+sphinx_rtd_theme