From 844d403c9095a9da0015d6363c4ec7358b621aa4 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 30 May 2022 09:18:01 +0200 Subject: [PATCH] changed retry decorator to be only in the tests and not in the core installation --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bc035ea7..00accdec 100644 --- a/setup.py +++ b/setup.py @@ -30,12 +30,10 @@ REQUIREMENTS: dict = { 'numpy', 'psutil', 'python-dateutil', - 'retry', 'scipy', 'sklearn', 'timezonefinder', 'tornado', - 'types-retry', 'voila >=0.2.4', ], 'app': [], @@ -44,8 +42,10 @@ REQUIREMENTS: dict = { 'pytest-mypy', 'pytest-tornasync', 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', + 'retry', 'types-dataclasses', 'types-python-dateutil', + 'types-retry', ], 'dev': [ 'jupyterlab',