Skip to content

Commit 3c137a6

Browse files
committed
Add IPython dependency for notebook highlighting
1 parent f8b8bc8 commit 3c137a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "webifier-extensions"
7-
version = "1.0.10"
7+
version = "1.0.11"
88
description = "First-party extensions for Webifier static sites."
99
readme = "README.md"
1010
license = "MIT"
@@ -14,6 +14,7 @@ authors = [
1414
]
1515
dependencies = [
1616
"beautifulsoup4",
17+
"ipython",
1718
"markupsafe",
1819
"nbconvert>=7,<8",
1920
"nbformat",

0 commit comments

Comments
 (0)