From 1d385bcec6ded16007ca7f500832e3693c149281 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Tue, 18 May 2021 08:24:18 -0800 Subject: [PATCH] Add importlib_metadata to the package requirements #29 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 188a0a3c..319a1e7e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,8 @@ "requests", "numpy", "python-dateutil", - "pytz" + "pytz", + "importlib_metadata", ] with open("README.md", "r") as readme_file: