Skip to content

Commit f51bdc6

Browse files
Add missing dependency on jupytext (#236)
1 parent 8eae25a commit f51bdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
"jupyter_server",
1818
"jupyterlab_server",
1919
"jupyterlite-core >=0.2,<0.5",
20+
"jupytext",
2021
"nbformat",
2122
"sphinx>=4",
2223
]
@@ -30,7 +31,6 @@ docs = [
3031
"myst_parser",
3132
"pydata-sphinx-theme",
3233
"jupyterlite-xeus>=0.1.8,<0.3.0",
33-
"jupytext",
3434
]
3535

3636
[tool.hatch.version]

0 commit comments

Comments
 (0)