Skip to content

Commit

Permalink
Updated BioBlend dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed May 5, 2017
1 parent 590c9ff commit 24d9133
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 @@ -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'],
Expand All @@ -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': [
Expand Down

0 comments on commit 24d9133

Please sign in to comment.