From 6c8d1345c06ad52064ad6b0722bbfc1d86e1f709 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:25:16 +0000 Subject: [PATCH 1/2] Initial plan From b8f4e9106af808de20385c3d80972fd8bc68dd41 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:28:28 +0000 Subject: [PATCH 2/2] Add tabulate to install_requires in setup.py Co-authored-by: codefitz <4305115+codefitz@users.noreply.github.com> --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3c4014d..e385ca1 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ packages=setuptools.find_packages(exclude=["tests*"]), install_requires=[ "requests", + "tabulate", ], classifiers=[ "Programming Language :: Python :: 3",