From 8813a037f429980a9ea3965c9c2bf7e6a0ea031c Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 2 Feb 2019 19:55:43 +0100 Subject: [PATCH] add dependencie to django-tables2 --- Pipfile | 1 + Pipfile.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5feb786..09f7b98 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,7 @@ django = "==2.1.5" django-crispy-forms = "==1.7.2" django-debug-toolbar = "==1.11" django-extensions = "==2.1.5" +django-tables2 = "==2.0.4" djangorestframework = "==3.9.1" requests = "==2.21.0" diff --git a/Pipfile.lock b/Pipfile.lock index 670b40e..d969b37 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7c606f18e0294532f039edc3c8277a2e4bd754da2fa2c2cc1883d0145f7a76d7" + "sha256": "de1e65bd4b2342db22fea58996979f48314fcad56bd7b50f4c939035771ef85c" }, "pipfile-spec": 6, "requires": { @@ -62,6 +62,14 @@ "index": "pypi", "version": "==2.1.5" }, + "django-tables2": { + "hashes": [ + "sha256:a893fca1afe2e95b9739c6428cc6c9735a219f65707e24274df3920f61358525", + "sha256:b5f7b4c76160ee927005e52ebea633c86d4529cf84757c0acd5d0434d31798a1" + ], + "index": "pypi", + "version": "==2.0.4" + }, "djangorestframework": { "hashes": [ "sha256:79c6efbb2514bc50cf25906d7c0a5cfead714c7af667ff4bd110312cd380ae66",