From 9d57995baedd18a1aa79e41b8450695bbdf4a34f Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Mon, 16 Nov 2020 10:29:34 -0700
Subject: [PATCH] Added pytz to recipe (#391)

---
 recipe/meta.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 8419348..ece6761 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -27,6 +27,7 @@ requirements:
     - pvl
     - python
     - python-dateutil
+    - pytz
     - scipy >=1.2.0
     - spiceypy >=2.3.0
     - pyyaml
-- 
GitLab