Skip to content

Commit

Permalink
Improving setup.py for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
praksinha committed Aug 7, 2019
1 parent af1a4e9 commit 9a53b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 9a53b1a

Please sign in to comment.