From cd739a0c71ccc74c225c0c96ab0ca88d7d3fe414 Mon Sep 17 00:00:00 2001 From: VsevolodX <79542055+VsevolodX@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:36:16 -0700 Subject: [PATCH] chore: updates for local dev --- .gitignore | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b73f57c..40f53c0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ # Distribution / packaging .Python build/ +!src/py/mat3ra/standata/build develop-eggs/ dist/ downloads/ diff --git a/pyproject.toml b/pyproject.toml index b111427..2f0bd12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dev = [ "isort", "mypy", "pip-tools", + "express-py" ] tests = [ "coverage[toml]>=5.3",