From a3196f270c3e3ed8987759af96885d1fd11d16bc Mon Sep 17 00:00:00 2001
From: Guido Sterbini <sterbini@hpc-201-11-01-a.cr.cnaf.infn.it>
Date: Mon, 5 Jul 2021 08:58:06 +0200
Subject: [PATCH] adding orjson and updating the .gitignore

---
 .gitignore | 3 +++
 setup.py   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e69de29..7558683 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,3 @@
+examples/003_example/study_000/
+tree_maker.egg-info/
+tree_maker/__pycache__/
diff --git a/setup.py b/setup.py
index 8f70832..381c737 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ with (HERE / "README.md").open("rt") as fh:
 
 
 REQUIREMENTS: dict = {
-    "core": ["anytree", "pyyaml", "ruamel.yaml", "pathlib", "pandas"],
+    "core": ["anytree", "pyyaml", "ruamel.yaml", "pathlib", "pandas","orjson"],
     "test": [
         "pytest",
     ],
-- 
GitLab