Skip to content

Commit 81d378d

Browse files
committed
Move myst-parser requirement to setup.py
1 parent 8f208ea commit 81d378d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
myst_parser >= 0.18.0
12
Sphinx >= 6.2.1
23
sphinx-rtd-theme >= 1.2.0
34
sphinxcontrib-programoutput

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def read(fname):
5757
"simplesat>=0.8.0",
5858
"fastjsonschema",
5959
"jsonschema2md",
60-
"myst_parser>=0.18.0",
6160
],
6261
# Supported Python versions: 3.6+
6362
python_requires=">=3.6, <4",

0 commit comments

Comments
 (0)