Skip to content

Commit

Permalink
Moved deepdiff dependencies to testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kebwi committed Jan 27, 2025
1 parent 4509d68 commit 00e7c3c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ classifiers = []
dependencies = [
"attrs>=21.3.0",
"cachetools>=4.2.1",
"deepdiff>=8.1.1",
"ipython>6",
"jsonschema",
"networkx",
Expand Down Expand Up @@ -57,7 +56,14 @@ docs = [
"pymdown-extensions",
]
lint = ["ruff"]
test = ["pytest", "pytest-cov", "pytest-env", "pytest-mock", "responses"]
test = [
"deepdiff>=8.1.1",
"pytest",
"pytest-cov",
"pytest-env",
"pytest-mock",
"responses",
]

[tool.bumpversion]
allow_dirty = false
Expand Down
1 change: 1 addition & 0 deletions tests/test_skeletons.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import copy

import deepdiff
import numpy as np
import responses
Expand Down
4 changes: 4 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00e7c3c

Please sign in to comment.