Skip to content

Commit

Permalink
Merge branch 'dev' into feat/SOF-7323
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Apr 19, 2024
2 parents 1d895aa + 7b9d41f commit 5763c19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
dependencies = [
"exabyte-json-include>=2023.12.23.post0",
"jsonschema>=2.6.0",
"datamodel-code-generator>=0.25.5",
# "python-slugify==2.0.1",
# PyYAML install could be problematic, see https://github.com/yaml/pyyaml/issues/601
# To avoid "AttributeError: cython_sources", consider "cython<3.0.0", the below might be needed:
Expand All @@ -28,11 +27,14 @@ dependencies = [
]

[project.optional-dependencies]
dev = [
"datamodel-code-generator>=0.25.5"
]
tests = [
"coverage[toml]>=5.3",
"parameterized>=0.9.0",
]
all = ["mat3ra-esse[tests]"]
all = ["mat3ra-esse[tests,dev]"]

[tool.coverage.run]
source = ['.']
Expand Down

0 comments on commit 5763c19

Please sign in to comment.