From 5f643126ba288d550b24e9ed1f630337cb52f0cf Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Thu, 12 Aug 2021 16:02:02 +0200 Subject: [PATCH] Add pandas as a required dependency for testing --- utils/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bootstrap.py b/utils/bootstrap.py index e01994a..08c0ae5 100755 --- a/utils/bootstrap.py +++ b/utils/bootstrap.py @@ -63,7 +63,7 @@ dependencies = { } }, } -pip_dependencies = [] +pip_dependencies = ['pandas'] # yapf: enable