From dc68a334f78f7adeb3cb2792bbed37aefcbe8fea Mon Sep 17 00:00:00 2001 From: Thijs Date: Fri, 24 Nov 2023 10:34:26 +0100 Subject: [PATCH] Also added tomli for black on python versions < 3.11 --- Pipfile | 1 + Pipfile.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d24e4ba..23e513e 100644 --- a/Pipfile +++ b/Pipfile @@ -23,6 +23,7 @@ black = "*" isort = "*" flake8 = "*" typing-extensions = "*" +tomli = "*" [scripts] iss = "python -m iss" diff --git a/Pipfile.lock b/Pipfile.lock index 4b6d786..131292c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5e4837398ffc1a7d81f42fc035b6b3f727802c1e97423fe99cdb25f5bbb4589f" + "sha256": "caa348757d63e3af7628f055eb7f62e2942079b85a3dd3fdbbd8542f9603dcd4" }, "pipfile-spec": 6, "requires": {}, @@ -650,6 +650,15 @@ "markers": "python_version >= '3.7'", "version": "==2.31.0" }, + "tomli": { + "hashes": [ + "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", + "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" + ], + "index": "pypi", + "markers": "python_version >= '3.7'", + "version": "==2.0.1" + }, "typing-extensions": { "hashes": [ "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0",