Skip to content

Commit

Permalink
add fixtures lib
Browse files Browse the repository at this point in the history
bump to 2.8
  • Loading branch information
Moshe Immerman committed Oct 31, 2018
1 parent 3ec2e60 commit 0fb9a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -60,6 +60,7 @@
'heroku3',
'openshift',
'pyrax', #OpenStack
'fixtures',
'pyvmomi', #VMWare
'pywinrm[credssp]',
'pywinrm[kerberos]',
Expand All @@ -68,7 +69,7 @@
]

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

0 comments on commit 0fb9a6f

Please sign in to comment.