Skip to content

Commit

Permalink
Allow for markdown-it-py v2
Browse files Browse the repository at this point in the history
I already did this in mwouts#885, but missed out updating this file.

When is `requirements.txt` actually used, as opposed to `install_requires`?
  • Loading branch information
chrisjsewell authored Feb 23, 2022
1 parent 8cfa66b commit c1cedf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nbformat",
"pyyaml",
"toml",
"markdown-it-py~=1.0",
"markdown-it-py>=1.0.0,<3.0.0",
"mdit_py_plugins",
],
python_requires="~=3.6",
Expand Down

0 comments on commit c1cedf0

Please sign in to comment.