Skip to content

Commit

Permalink
removed ansible version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcolbert committed Jan 18, 2017
1 parent af1e1b5 commit 5c7196d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

setup(
name='clc-ansible-module',
version='1.1.18',
version='1.1.19',
description='Centurylink Cloud Ansible Modules',
author='CenturyLink Cloud',
author_email='[email protected]',
url='https://github.com/CenturylinkCloud/clc-ansible-module',
download_url='https://github.com/CenturylinkCloud/clc-ansible-module.git',
install_requires=[
'ansible==2.0.2.0',
'ansible',
'clc-sdk==2.44',
'future',
'mock',
Expand Down

0 comments on commit 5c7196d

Please sign in to comment.