added retry requirement to setup.py
This commit is contained in:
parent
8b03425f00
commit
e3d9dc66ff
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -30,10 +30,12 @@ REQUIREMENTS: dict = {
|
|||
'numpy',
|
||||
'psutil',
|
||||
'python-dateutil',
|
||||
'retry',
|
||||
'scipy',
|
||||
'sklearn',
|
||||
'timezonefinder',
|
||||
'tornado',
|
||||
'types-retry',
|
||||
'voila >=0.2.4',
|
||||
],
|
||||
'app': [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue