Skip to content

Commit

Permalink
Merge pull request #776 from LibraryOfCongress/update-pipfile-version…
Browse files Browse the repository at this point in the history
…-pinning

Remove allow_prereleases=true from Pipfile
  • Loading branch information
rstorey committed Jan 22, 2019
2 parents 3d48d07 + ad0ea40 commit b299e57
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

0 comments on commit b299e57

Please sign in to comment.