From 8e49c35901d1b62c9f36981ed1daf23f02ea7bce Mon Sep 17 00:00:00 2001 From: chris48s Date: Thu, 5 Sep 2024 14:19:46 +0100 Subject: [PATCH] ensure setuptools is in DependenciesLayer --- Pipfile | 1 + Pipfile.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8dee16c..ff6e413 100644 --- a/Pipfile +++ b/Pipfile @@ -25,6 +25,7 @@ django-cors-headers = "*" typing-extensions = ">=3.7.4" dc-logging-utils = {file = "https://github.com/DemocracyClub/dc_logging/archive/refs/tags/1.0.2.tar.gz"} urllib3 = "<2" +setuptools = "*" [dev-packages] pre-commit = "*" diff --git a/Pipfile.lock b/Pipfile.lock index aa46227..dfefdb2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "83c2ba4ace306d3d90e8db82926164f7280ff26b7e6a795122e7300dbff0fa42" + "sha256": "92943a34143be03f4fa8db8fd84877d482b14cb34e064a1574a48b7c6fa287e5" }, "pipfile-spec": 6, "requires": { @@ -464,6 +464,15 @@ "index": "pypi", "version": "==1.38.0" }, + "setuptools": { + "hashes": [ + "sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308", + "sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==74.1.2" + }, "six": { "hashes": [ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",