From e3d9dc66ff50f4de57b440e67feaf2401344b2d2 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 9 May 2022 17:20:23 +0200 Subject: [PATCH] added retry requirement to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index e8136836..bc035ea7 100644 --- a/setup.py +++ b/setup.py @@ -30,10 +30,12 @@ REQUIREMENTS: dict = { 'numpy', 'psutil', 'python-dateutil', + 'retry', 'scipy', 'sklearn', 'timezonefinder', 'tornado', + 'types-retry', 'voila >=0.2.4', ], 'app': [],