From aa4638383563cb624f5421f8f7a15f945f85fc07 Mon Sep 17 00:00:00 2001 From: Michael Wayne Goodman Date: Mon, 1 Nov 2021 13:06:41 -0700 Subject: [PATCH] Fix typo in dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f7f666..1d2b8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ dependencies = [ "requests", "tomli", - "importlib_resoaurces; python_version < '3.7'", + "importlib_resources; python_version < '3.7'", "typing-extensions; python_version < '3.8'", ]