Skip to content

Commit

Permalink
Revert "Add markupsafe dependency"
Browse files Browse the repository at this point in the history
This reverts commit b4cce31.
  • Loading branch information
evhub committed Aug 16, 2018
1 parent b4cce31 commit 857197b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def checksum(data):
"pygments",
"recommonmark",
"sphinx_bootstrap_theme",
"markupsafe",
),
"tests": (
"pytest",
Expand Down Expand Up @@ -178,15 +177,13 @@ 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 857197b

Please sign in to comment.