From 40144a0b6d2548e7e8cb169071b7a7d605c092e5 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Thu, 18 Jan 2024 00:46:27 +0200 Subject: [PATCH] Debugging 7 --- Pipfile | 3 ++- Pipfile.lock | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index f1f08e8..672daee 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,8 @@ verify_ssl = true mypy = "*" pytest = "*" black = "*" +exceptiongroup = {markers="python_version < '3.11'"} [packages] ofxstatement = "*" -#ofxstatement-sample = {editable = true,path = "."} +ofxstatement-sample = {editable = true,path = "."} diff --git a/Pipfile.lock b/Pipfile.lock index 4aa20b1..cb870ec 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "20f3b4895f9ca6bbdbaca219864f5b4dbf7059abe0667bde67c15fe43b00d0e9" + "sha256": "4113f80d16183f0e9aca773aa3b6511b7d4f96b4fc9ff5d06e86307f6c0ee1fe" }, "pipfile-spec": 6, "requires": {}, @@ -29,6 +29,10 @@ "index": "pypi", "version": "==0.9.1" }, + "ofxstatement-sample": { + "editable": true, + "path": "." + }, "setuptools": { "hashes": [ "sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05", @@ -175,6 +179,9 @@ "markers": "python_version >= '3.7'", "version": "==8.1.7" }, + "exceptiongroup": { + "markers": "python_version < '3.11'" + }, "iniconfig": { "hashes": [ "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",