Skip to content

Commit

Permalink
add voluptuous
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Immerman committed Oct 6, 2018
1 parent f6c4e7c commit 404c630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'pylint==1.9.3',
'pytest',
'virtualenv',
'voluptuous',
'yamllint',
'mock',
'junit_xml'
Expand Down Expand Up @@ -62,7 +63,7 @@
]

setup(
name = 'ansible-dependencies', version = '2.6.5.3',
name = 'ansible-dependencies', version = '2.6.5.4',
url = 'https://www.github.com/moshloop/ansible-dependencies',
install_requires= minimal,
extras_require = dict(
Expand Down

0 comments on commit 404c630

Please sign in to comment.