Skip to content

Commit

Permalink
Remove version lock for docutils from Pipfile
Browse files Browse the repository at this point in the history
The latest version of docutils doesn't have multiple artifacts.
@see pypa/pipenv#3865
  • Loading branch information
yukihiko-shinoda committed Jun 13, 2020
1 parent bf673d4 commit dbf5d9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ bump2version = "*"
# Hotfix for Pipenv's Bug @see https://github.com/pypa/pipenv/issues/4101
colorama = "*"
coverage = "*"
# Hotfix for Pipenv's Bug @see https://github.com/pypa/pipenv/issues/3865
docutils = "==0.15"
fixturefilehandler = "*"
flake8 = "*"
invoke = "*"
Expand Down

0 comments on commit dbf5d9b

Please sign in to comment.