From b449cc4bd8db91c715d34b8a5ea86ed5cc403ca9 Mon Sep 17 00:00:00 2001 From: Stephen Mildenhall Date: Wed, 12 Mar 2025 16:43:03 +0000 Subject: [PATCH] Added IPython dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b260a95..5e2773c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [{name = "Stephen J Mildehall", email = "mynl@me.com" }] readme = "README.md" license = { text = "MIT" } requires-python = ">=3.10" -dependencies = ["pandas", "bs4"] +dependencies = ["pandas", "bs4", "IPython"] classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License",