Skip to content

Commit

Permalink
Merge pull request #111 from nsoranzo/docs_requirements
Browse files Browse the repository at this point in the history
Add myst-parser to docs requirements
  • Loading branch information
mvdbeek authored Dec 2, 2024
2 parents 621e3f8 + 8d39c8c commit 30571ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 3 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ schema-salad[pycodegen]
# Needs to validate v1.2
cwltool>=3.0.20200807132242


# To check type annotations
mypy

# For testing
tox
pytest
coverage

# For dev
sphinx
sphinx_rtd_theme
myst-parser
# To build docs
-r docs/requirements.txt

# Used to check readme.
readme
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
myst-parser
sphinx
sphinx-rtd-theme
7 changes: 1 addition & 6 deletions gxformat2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@
Union,
)

from typing_extensions import (
Literal,
TypedDict,
)
from typing_extensions import Literal

log = logging.getLogger(__name__)

DictOrList = Union[Dict, List]
ConnectDict = dict


EmbeddedLink = TypedDict("EmbeddedLink", {"$link": str})

NativeGalaxyStepType = Literal[
"subworkflow",
"data_input",
Expand Down

0 comments on commit 30571ba

Please sign in to comment.