Skip to content

Commit

Permalink
installation: pin docutils
Browse files Browse the repository at this point in the history
* Docutils is pinned because of pypa/pipenv#3865
  • Loading branch information
monaawi committed Jul 23, 2019
1 parent 7d96841 commit 79a53be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_shortname}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ pytest-mock = ">=1.6.0"
pytest-pep8 = ">=1.0.6"
pytest-random-order = ">=0.5.4"
pytest-runner = ">=3.0.0,<5"
#docutils is pinned because of this issue https://github.com/pypa/pipenv/issues/3865
docutils = "==0.15"

[requires]
python_version = "3.6"
Expand Down

0 comments on commit 79a53be

Please sign in to comment.