Skip to content

Commit

Permalink
Specify a minimum six version requirement.
Browse files Browse the repository at this point in the history
Fixes #376, thanks @peterjc.
  • Loading branch information
jmchilton committed Nov 19, 2015
1 parent 1927168 commit 1c7ee5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
Click
six
six>=1.7.0
pyyaml
bioblend
docutils
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

requirements = [
'Click',
'six',
'six>=1.7.0',
'pyyaml',
'jinja2',
'docutils',
Expand Down

0 comments on commit 1c7ee5b

Please sign in to comment.