Skip to content

Commit

Permalink
Add markupsafe dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 16, 2018
1 parent 07e311f commit b4cce31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def checksum(data):
"pygments",
"recommonmark",
"sphinx_bootstrap_theme",
"markupsafe",
),
"tests": (
"pytest",
Expand Down Expand Up @@ -177,13 +178,15 @@ def checksum(data):
# don't upgrade these; they break on master
"sphinx": (1, 6, 2),
"sphinx_bootstrap_theme": (0, 4),
"markupsafe": (0, 23),
}

version_strictly = (
"pyparsing",
"ipython",
"sphinx",
"sphinx_bootstrap_theme",
"markupsafe",
)

classifiers = (
Expand Down

0 comments on commit b4cce31

Please sign in to comment.