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",