Skip to content

Commit

Permalink
Remove allow_prereleases=true from Pipfile
Browse files Browse the repository at this point in the history
This avoids `piping update` allowing packages
other than Black to be installed from pre-release
candidates prior to either one of these issues
being resolved:

pypa/pipenv#1760
psf/black#517

This commit back-levels pyyaml to the last release
along with the coverage developer tool and locks
all current non-major updates.
  • Loading branch information
acdha committed Jan 22, 2019
1 parent 3d48d07 commit ad0ea40
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 193 deletions.
5 changes: 1 addition & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kombu = ">=4.2.2<4.3.0"
[dev-packages]
invoke = "*"
django-extensions = "*"
black = "*"
black = "==18.9b0"
isort = "*"
django-debug-toolbar = "*"
"flake8" = "*"
Expand All @@ -57,6 +57,3 @@ cfn-lint = "*"

[requires]
python_version = "3.6"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit ad0ea40

Please sign in to comment.