Skip to content

Commit f278e06

Browse files
committed
Added nbclient and nbformat to dev dependencies
1 parent 87ff139 commit f278e06

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ dev = [
4949
"ipykernel",
5050
"pandoc",
5151
"pre-commit",
52-
"tox"
52+
"tox",
53+
"nbclient",
54+
"nbformat"
5355
]
5456

5557
test = [
@@ -81,7 +83,6 @@ minversion = "6.0"
8183
python_files=[
8284
"test_*.py",
8385
"example_*.py"]
84-
nb_file_pattern="*.ipynb"
8586

8687
[tool.tox]
8788
requires = ["tox>=4.19"]

0 commit comments

Comments
 (0)