From ee152dd5b0d4413137311ebdb741c13f184e72d5 Mon Sep 17 00:00:00 2001 From: CodyCBakerPhD Date: Wed, 10 Jul 2024 16:29:57 -0400 Subject: [PATCH] add YAML to requirements --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d4d2a27..e483d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "pandas", "tqdm", "ipinfo", + "PyYAML", ] classifiers = [ "Programming Language :: Python",