Skip to content

Commit

Permalink
Use latest python package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fboender committed Jan 30, 2018
1 parent ec49dfe commit 72e89a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ def get_data_files(path, strip='', prefix=''):
prefix='lib/'),
zip_safe=False,
install_requires=[
'mako>=1.0',
'pyyaml>=1.0',
'ushlex>=0.99',
'jsonxs>=0.3',
'mako',
'pyyaml',
'ushlex',
'jsonxs',
],
scripts=[
'src/ansible-cmdb',
Expand Down

0 comments on commit 72e89a7

Please sign in to comment.