Skip to content
Snippets Groups Projects
Commit a3196f27 authored by Guido Sterbini's avatar Guido Sterbini
Browse files

adding orjson and updating the .gitignore

parent d38dbae8
No related branches found
No related tags found
2 merge requests!2Dev v0.0.1,!1Dev v0.0.1
Pipeline #2789471 passed
examples/003_example/study_000/
tree_maker.egg-info/
tree_maker/__pycache__/
...@@ -15,7 +15,7 @@ with (HERE / "README.md").open("rt") as fh: ...@@ -15,7 +15,7 @@ with (HERE / "README.md").open("rt") as fh:
REQUIREMENTS: dict = { REQUIREMENTS: dict = {
"core": ["anytree", "pyyaml", "ruamel.yaml", "pathlib", "pandas"], "core": ["anytree", "pyyaml", "ruamel.yaml", "pathlib", "pandas","orjson"],
"test": [ "test": [
"pytest", "pytest",
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment