We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b8bc8 commit 3c137a6Copy full SHA for 3c137a6
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "webifier-extensions"
7
-version = "1.0.10"
+version = "1.0.11"
8
description = "First-party extensions for Webifier static sites."
9
readme = "README.md"
10
license = "MIT"
@@ -14,6 +14,7 @@ authors = [
14
]
15
dependencies = [
16
"beautifulsoup4",
17
+ "ipython",
18
"markupsafe",
19
"nbconvert>=7,<8",
20
"nbformat",
0 commit comments