Skip to content

Commit

Permalink
Remove docutils pin
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 16, 2018
1 parent 296b25b commit 9c3f4ab
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",
"docutils",
),
"tests": (
"pytest",
Expand Down Expand Up @@ -178,15 +177,13 @@ def checksum(data):
# don't upgrade these; they break on master
"sphinx": (1, 5, 1),
"sphinx_bootstrap_theme": (0, 4),
"docutils": (0, 12),
}

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

classifiers = (
Expand Down

0 comments on commit 9c3f4ab

Please sign in to comment.