From 0fb9a6f00447d4f1c0a6e5fae265a10eebaf5eda Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Wed, 31 Oct 2018 06:27:18 +0200 Subject: [PATCH] add fixtures lib bump to 2.8 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f7e687..4a59b6b 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ 'heroku3', 'openshift', 'pyrax', #OpenStack + 'fixtures', 'pyvmomi', #VMWare 'pywinrm[credssp]', 'pywinrm[kerberos]', @@ -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(