From 93be69fdbcd16c008f93115e6b16d8aac6cc623e Mon Sep 17 00:00:00 2001 From: Jacobe2169 Date: Wed, 7 Feb 2024 11:55:16 +0100 Subject: [PATCH] update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 177144f11f..70a4e5e6aa 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ + list(open("backend/requirements-dependencies.in", "r")), extras_require={ "tests": [ + "pandas", "pytest", "pytest-flask", "pytest-benchmark",