Skip to content

Commit

Permalink
Explicit dependency on mdit-py-plugins (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Jul 14, 2021
1 parent ba8df0f commit 6a1d342
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Jupytext ChangeLog

**Changed**
- (Documentation) the `cell_markers` option (and the other ones) can be set directly in the `jupytext.toml` config file ([#809](https://github.com/mwouts/jupytext/issues/809)).
- The dependency on `mdit-py-plugins` through `markdown-it-py[plugins]` was made explicit ([#814](https://github.com/mwouts/jupytext/issues/814))

**Fixed**
- System assigns of the form `var = !cmd` are commented out ([#816](https://github.com/mwouts/jupytext/issues/816))
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nbformat
pyyaml
toml
markdown-it-py[plugins]~=1.0
markdown-it-py~=1.0
mdit_py_plugins
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"nbformat",
"pyyaml",
"toml",
"markdown-it-py[plugins]~=1.0",
"markdown-it-py~=1.0",
"mdit_py_plugins",
],
python_requires="~=3.6",
extras_require={
Expand Down

0 comments on commit 6a1d342

Please sign in to comment.