added retry requirement to setup.py

This commit is contained in:
Luis Aleixo 2022-05-09 17:20:23 +02:00
parent 8b03425f00
commit e3d9dc66ff

View file

@ -30,10 +30,12 @@ REQUIREMENTS: dict = {
'numpy',
'psutil',
'python-dateutil',
'retry',
'scipy',
'sklearn',
'timezonefinder',
'tornado',
'types-retry',
'voila >=0.2.4',
],
'app': [],