Skip to content

Commit

Permalink
Merge pull request #696 from praksinha/3.0
Browse files Browse the repository at this point in the history
Improving setup.py for local development
  • Loading branch information
basepi authored Aug 7, 2019
2 parents af1a4e9 + 9a53b1a commit 390b5cc
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 390b5cc

Please sign in to comment.