Skip to content

Commit 1c7ee5b

Browse files
committed
Specify a minimum six version requirement.
Fixes #376, thanks @peterjc.
1 parent 1927168 commit 1c7ee5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Click
2-
six
2+
six>=1.7.0
33
pyyaml
44
bioblend
55
docutils

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
requirements = [
1818
'Click',
19-
'six',
19+
'six>=1.7.0',
2020
'pyyaml',
2121
'jinja2',
2222
'docutils',

0 commit comments

Comments
 (0)