From 2fffe7c5ddaee734aad278afe6470601d48bf371 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 23 Sep 2022 20:03:33 +0200 Subject: [PATCH] Fix missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cdd461f3f..1547b7974 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( 'tables', 'blosc', 'joblib', - 'pyarrow' + 'pyarrow', 'fastapi', 'uvicorn', 'psutil',