Skip to content

Commit

Permalink
Move myst-parser requirement to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Sep 18, 2023
1 parent 8f208ea commit 81d378d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
myst_parser >= 0.18.0
Sphinx >= 6.2.1
sphinx-rtd-theme >= 1.2.0
sphinxcontrib-programoutput
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def read(fname):
"simplesat>=0.8.0",
"fastjsonschema",
"jsonschema2md",
"myst_parser>=0.18.0",
],
# Supported Python versions: 3.6+
python_requires=">=3.6, <4",
Expand Down

0 comments on commit 81d378d

Please sign in to comment.