From a00037096964f7e0bfb56b31833b846e5bfe10c5 Mon Sep 17 00:00:00 2001 From: Tim Reichard Date: Thu, 25 Jul 2024 17:12:27 -0500 Subject: [PATCH] add missing comma in install requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0bef81..4dc304f 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ 'openpyxl==3.0.10', 'orjson>=3.6.8', 'pandas>=1.3.5', - 'pkginfo==1.10.0' + 'pkginfo==1.10.0', 'polars>=0.19.12', 'protobuf==4.25.4', 'pyarrow>=13.0.0',