Skip to content

Commit 929eab9

Browse files
committed
Updated docker-py to 0.6.0 to fix issues with directories and symlinks
Signed-off-by: Peter Verhage <peter@egeniq.com>
1 parent 65ae22e commit 929eab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyYAML==3.10
2-
docker-py==0.5.3
2+
docker-py==0.6.0
33
dockerpty==0.3.2
44
docopt==0.6.1
55
requests==2.2.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def find_version(*file_paths):
3030
'requests >= 2.2.1, < 3',
3131
'texttable >= 0.8.1, < 0.9',
3232
'websocket-client >= 0.11.0, < 0.12',
33-
'docker-py >= 0.5.3, < 0.6',
33+
'docker-py >= 0.6.0, < 0.7',
3434
'dockerpty >= 0.3.2, < 0.4',
3535
'six >= 1.3.0, < 2',
3636
]

0 commit comments

Comments
 (0)