From a26f72b83a6796157fdbad72b306a7de34c10283 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Wed, 26 Aug 2020 17:24:41 +0200
Subject: [PATCH] Added requirements for documentation and testing.

---
 environment.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index e518726..cd17377 100644
--- a/environment.yml
+++ b/environment.yml
@@ -7,4 +7,7 @@ dependencies:
   - numpy
   - scipy
   - gdal
-  - matplotlib
\ No newline at end of file
+  - matplotlib
+  - sphinx
+  - sphinx_rtd_theme
+  - pytest
\ No newline at end of file
-- 
GitLab