diff --git a/setup.py b/setup.py index f05ff20d0..c0f6330bb 100644 --- a/setup.py +++ b/setup.py @@ -42,11 +42,11 @@ ], }, install_requires=[ - 'salt-ssh >= 2015.8.0', + 'salt-ssh >= 2019.2.0', 'croniter', - 'gitpython', 'pyinotify', - 'vulners == 1.3.0', + 'azure', + 'ntplib', ], data_files=data_files, options={