Skip to content

Commit

Permalink
Add work-around for pipenv bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Oct 16, 2018
1 parent 1631994 commit f3a99b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ django-cors-headers = "*"
django-bootstrap-datepicker-plus = "*"
django-constance = {extras = ["database"], version = "*"}

# Not a direct dependency, but needed by django-constance
# Work around https://github.com/pypa/pipenv/issues/3043
django-picklefield = "*"

[dev-packages]

[requires]
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3a99b7

Please sign in to comment.