From 20fc8d6de79deff59cca6d9d096e3f7aa55cd67f Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 30 Sep 2021 20:19:17 +0200
Subject: [PATCH] Add git to dependencies

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 89d30811..81429f6d 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -36,6 +36,7 @@ requirements:
     # - conda-verify=3
     - certifi
     - docformatter
+    - git
     - pytz
     - python-dateutil
     - gitpython
-- 
GitLab