From 60c2e08dcf8d8f58aa018ef03c2fadb66188d9d7 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Mon, 30 Sep 2024 00:53:14 -0400 Subject: [PATCH] py3.7 compat --- Pipfile | 1 + Pipfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 2ba6804..3f66334 100644 --- a/Pipfile +++ b/Pipfile @@ -20,6 +20,7 @@ requests-oidc = "*" pyjwt = "*" cryptography = "*" dataclasses-json = "*" +cffi = ">=1.15.1" [scripts] tconnectsync = "python3 main.py" diff --git a/Pipfile.lock b/Pipfile.lock index 5eb2d58..b34b924 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "586b477d4c73da1d1034f852a536bf3c20a1a358406bfb5dfc1b1164f606441b" + "sha256": "8b8c9a90e9024ec7287d406166491eab144561466361ea90bb9b4dead565adb1" }, "pipfile-spec": 6, "requires": {}, @@ -117,7 +117,8 @@ "sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87", "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b" ], - "markers": "platform_python_implementation != 'PyPy'", + "index": "pypi", + "markers": "python_version >= '3.8'", "version": "==1.17.1" }, "charset-normalizer": {