Add requirement for python >= 2.6
This commit is contained in:
parent
85cc47c9e1
commit
e86131c62f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ options:
|
|||
required: false
|
||||
default: 600
|
||||
|
||||
requirements: [ "docker-py" ]
|
||||
requirements: [ "python >= 2.6", "docker-py" ]
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue