Added IPython dependency

This commit is contained in:
Stephen Mildenhall
2025-03-12 16:43:03 +00:00
parent ff07c4980b
commit b449cc4bd8
+1 -1
View File
@@ -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",