From f3a99b7b735cf38b8d76cad254eda4f8acfaa956 Mon Sep 17 00:00:00 2001 From: Asger Hautop Drewsen Date: Tue, 16 Oct 2018 02:11:24 +0200 Subject: [PATCH] Add work-around for pipenv bug See https://github.com/pypa/pipenv/issues/3043 --- Pipfile | 4 ++++ Pipfile.lock | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index af31588..ad90661 100644 --- a/Pipfile +++ b/Pipfile @@ -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] diff --git a/Pipfile.lock b/Pipfile.lock index ecca4bd..6d70e4e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c17eed3f82c9f0f7ba7b501f78ec97be752a9c5625993009c1ddb8f1ea0e56e5" + "sha256": "ba4d4fc30f534cc15ea8fdebc557362d82f255620c394b4627fc7e64815dcb32" }, "pipfile-spec": 6, "requires": { @@ -188,7 +188,7 @@ "sha256:8d1de6be099044ae61e55998b35de18a57499b946fe45781077f5cec4f73f0e0", "sha256:ce7fee5c6558fe5dc8924993d994ccde75bb75b91cd82787cbd4c92b95a69f9c" ], - "markers": "extra == 'database'", + "index": "pypi", "version": "==1.1.0" }, "django-recaptcha": {