Skip to content

Commit

Permalink
Require xopen 0.1.1 (which fixes a hang)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Dec 15, 2016
1 parent c295c65 commit d096ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def run(self):
cmdclass = cmdclass,
ext_modules = extensions,
packages = ['cutadapt', 'cutadapt.scripts'],
install_requires = ['xopen>=0.1.0'],
install_requires = ['xopen>=0.1.1'],
entry_points = {'console_scripts': ['cutadapt = cutadapt.scripts.cutadapt:main']},
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit d096ff2

Please sign in to comment.