From dc8d43dfef93651bed2079b26ccf435c8fd42014 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 13 Nov 2023 14:53:52 -0600 Subject: [PATCH] add toml to dependency list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3a9b862..3760cb4 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ "appdirs>=1.4.3", "requests>=2.22.0", "findimports>=2.1.0", + "toml>=0.10.2", # importlib_metadata is only available for 3.7, and is not needed for 3.8 and up. "importlib_metadata; python_version == '3.7'", "update_checker",