From ce2d18644bc6722fcabdc2775300b2e360e838ff Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 24 Apr 2019 04:05:16 -0400 Subject: [PATCH] add missing django-extensions dependency --- Pipfile | 1 + Pipfile.lock | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index d511dfb8..6c2020a8 100644 --- a/Pipfile +++ b/Pipfile @@ -14,6 +14,7 @@ setuptools = "*" dataclasses = "*" base32-crockford = "*" django = "*" +django-extensions = "*" youtube-dl = "*" python-crontab = "*" croniter = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 331c2022..9a192f23 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "a28212eba2c7ffc28d5af0cac4a754440b72b5b088ef7825c255cdfa33e5a047" + "sha256": "b0dd2536174ddcdc8fe711dd92b577f270c5a34cdb3bcb06cc70842358c80fe2" }, "pipfile-spec": 6, "requires": { @@ -70,6 +70,14 @@ "index": "pypi", "version": "==2.2" }, + "django-extensions": { + "hashes": [ + "sha256:109004f80b6f45ad1f56addaa59debca91d94aa0dc1cb19678b9364b4fe9b6f4", + "sha256:307766e5e6c1caffe76c5d99239d8115d14ae3f7cab2cd991fcffd763dad904b" + ], + "index": "pypi", + "version": "==2.1.6" + }, "ipython": { "hashes": [ "sha256:b038baa489c38f6d853a3cfc4c635b0cda66f2864d136fe8f40c1a6e334e2a6b", @@ -187,11 +195,11 @@ }, "youtube-dl": { "hashes": [ - "sha256:0d25459093870bf560bccafe9015e59402d7de1b2c956593623ba4c2840153e5", - "sha256:ea0824ae9a166059ec754c267480198a074bd899c20b2ba497809bac099cde2e" + "sha256:46f6e30c673ba71de84748dad4c264d1b6fb30beebf1ef834846a651b4524a78", + "sha256:b20d110e1bed8d16f5771bb938ab6e5da67f08af62b599af65301cca290f2e15" ], "index": "pypi", - "version": "==2019.4.17" + "version": "==2019.4.24" } }, "develop": {