Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Commit

Permalink
Require the Docker >= 2.4.0 Python library (#564) (#702)
Browse files Browse the repository at this point in the history
* Require the Docker >= 2.4.0 Python library (#564)

* Require the Docker >= 2.4.0 Python library in setup.py (#564)
  • Loading branch information
LukeShortCloud authored and Chris Houseknecht committed Aug 17, 2017
1 parent f1c3b62 commit e3dd686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Ted Timmons <[email protected]>
Bruce Becker <[email protected]>
Jeff Geerling <[email protected]>
Evan Zeimet <[email protected]>
ekultails <[email protected]>
Luke Short <[email protected]>
John Matthews <[email protected]>
Sean Summers <[email protected]>
Alex Yanchenko <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def run(self):
tests_require=[
'ansible>=2.3.0',
'pytest>=3',
'docker>=2.1',
'docker>=2.4.0',
'jmespath>=0.9'
],
extras_require={
'docker': ['docker>=2.1'],
'docker': ['docker>=2.4.0'],
'docbuild': ['Sphinx>=1.5.0'],
'openshift': ['openshift==0.0.1'],
'k8s': ['openshift==0.0.1']
Expand Down

0 comments on commit e3dd686

Please sign in to comment.