From 24d91338a693e19fd0fcc94da50fe4689af9f482 Mon Sep 17 00:00:00 2001 From: Marco Enrico Piras Date: Fri, 5 May 2017 11:53:55 +0200 Subject: [PATCH] Updated BioBlend dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8486875..2cfea8f 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def run(self): install_requires={ 'setuptools': ['setuptools'], 'future': ['future>=0.16.0'], - 'bioblend': ['bioblend>=0.8.0'], + 'bioblend': ['bioblend'], 'ruamel.yaml': ['ruamel.yaml'], # TODO: to be removed in the next release 'lxml': ['lxml'], 'pyyaml': ['pyyaml'], @@ -130,6 +130,7 @@ def run(self): 'docker': ['docker>=2.1.0'], 'dockerpty': ['dockerpty>=0.4.1'] }, + dependency_links=['git+https://github.com/galaxyproject/bioblend.git/@master#egg=bioblend-latest'], package_data={'wft4galaxy': ['wft4galaxy.properties'], 'templates': ['*']}, packages=["wft4galaxy", "wft4galaxy.comparators", "wft4galaxy.app", "templates"], entry_points={'console_scripts': [