From 4d293905cd10be82f421f508db1da22361bbb37b Mon Sep 17 00:00:00 2001 From: Kei Oshima Date: Wed, 29 Nov 2023 21:28:35 -0500 Subject: [PATCH] attempt two to fix workflow --- Pipfile | 1 + Pipfile.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b88ecb3..f4f6596 100644 --- a/Pipfile +++ b/Pipfile @@ -13,6 +13,7 @@ speechrecognition = "*" pyaudio = "*" setuptools = "*" tomli = "*" +typing-extensions = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 81de0d7..04b8101 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e4f16b395a1d122a2290256dc189627e804dfbfb0f5505d288c1d580701fb4d6" + "sha256": "d2b895e3132463b7502332d5cb3ad900441d4c4a8c81d8661baa50e020013e7d" }, "pipfile-spec": 6, "requires": { @@ -514,6 +514,15 @@ "markers": "python_version >= '3.7'", "version": "==0.12.3" }, + "typing-extensions": { + "hashes": [ + "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0", + "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==4.8.0" + }, "urllib3": { "hashes": [ "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3",