From c61fedaf9480c3b94051ea3d1499c526e0f735a5 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 28 Mar 2024 20:06:18 +0100
Subject: [PATCH] [conda] Add build/host dependencies

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 259f23e..b8c47a6 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -23,6 +23,8 @@ requirements:
   host:
     - python >=3.10
     - pip
+    - hatchling
+    - versioningit
     - click >=8
     - click {{ click }}
     - tomli {{ tomli }}
-- 
GitLab