From 8f557ca066bdf832b2d49bf6f5d8493ce6ee192e Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 4 Jan 2017 10:54:39 +0100 Subject: [PATCH] Remove requirement for docker-machine python bindings --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7a59dcac..94e1c12e 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ requires = [ "gevent", "pyzmq", "docker-py", - "python-docker-machine", ] # The only thing we do in this file is to call the setup() function with all -- GitLab