From 0733531f6797985e141985d64060de5a85c67b56 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Thu, 5 Mar 2026 02:50:33 -0500 Subject: [PATCH] add setuptools dep --- Pipfile | 3 ++- Pipfile.lock | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 0b3bfe4..4c4db26 100644 --- a/Pipfile +++ b/Pipfile @@ -22,9 +22,10 @@ cryptography = "*" dataclasses-json = "*" cffi = ">=1.15.1" typing-extensions = "*" +setuptools = "*" [scripts] tconnectsync = "python3 main.py" test = "python3 -m unittest discover -vv" build_events = "bash -c 'cd tconnectsync/eventparser && python3 build_events.py > events.py'" -lint = "bash -c 'flake8 . --count --select=E9,F63,F7,F82 && flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 && echo PASS'" \ No newline at end of file +lint = "bash -c 'flake8 . --count --select=E9,F63,F7,F82 && flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 && echo PASS'" diff --git a/Pipfile.lock b/Pipfile.lock index 8c448fc..983e749 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1d28c5104c37e390b88704d1453eec15e5c6df241ca85f82a88973f8aee2d1d1" + "sha256": "df9bc6de430527b98d62275ee23f7dd1b7f9570bbf710f65cb52be5a7e10d6c8" }, "pipfile-spec": 6, "requires": {}, @@ -557,6 +557,15 @@ "markers": "python_version >= '3.7' and python_version < '4'", "version": "==0.6.2" }, + "setuptools": { + "hashes": [ + "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", + "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c" + ], + "index": "pypi", + "markers": "python_version >= '3.9'", + "version": "==80.9.0" + }, "six": { "hashes": [ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",