From 9370f6504e0c3228afabda76947c2ef015bbb5a1 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 28 May 2017 16:51:02 +0200 Subject: [PATCH] [ext] Adds docker extra to setup.py --- Makefile | 2 +- Projectfile | 3 +++ requirements-docker.txt | 22 ++++++++++++++++++++++ setup.py | 1 + 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 requirements-docker.txt diff --git a/Makefile b/Makefile index fac0470..7dcf058 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This file has been auto-generated. # All changes will be lost, see Projectfile. # -# Updated at 2017-05-28 13:14:45.778931 +# Updated at 2017-05-28 16:50:32.109035 PACKAGE ?= bonobo PYTHON ?= $(shell which python) diff --git a/Projectfile b/Projectfile index dd0aaaf..bc5443e 100644 --- a/Projectfile +++ b/Projectfile @@ -46,6 +46,9 @@ python.add_requirements( dev=[ 'pytest-timeout >=1,<2', ], + docker=[ + 'bonobo-docker', + ], jupyter=[ 'jupyter >=1.0,<1.1', 'ipywidgets >=6.0.0.beta5', diff --git a/requirements-docker.txt b/requirements-docker.txt new file mode 100644 index 0000000..844d43a --- /dev/null +++ b/requirements-docker.txt @@ -0,0 +1,22 @@ +-e .[docker] +appdirs==1.4.3 +bonobo-docker==0.2.3 +bonobo==0.3.1 +certifi==2017.4.17 +chardet==3.0.3 +colorama==0.3.9 +docker-pycreds==0.2.1 +docker==2.3.0 +enum34==1.1.6 +fs==2.0.3 +idna==2.5 +packaging==16.8 +pbr==3.0.1 +psutil==5.2.2 +pyparsing==2.2.0 +pytz==2017.2 +requests==2.16.5 +six==1.10.0 +stevedore==1.21.0 +urllib3==1.21.1 +websocket-client==0.40.0 diff --git a/setup.py b/setup.py index cc20417..3aa6575 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setup( 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)', 'pytest-cov (>= 2.5, < 3.0)', 'pytest-timeout (>= 1, < 2)', 'sphinx (>= 1.6, < 2.0)' ], + 'docker': ['bonobo-docker'], 'jupyter': ['ipywidgets (>= 6.0.0.beta5)', 'jupyter (>= 1.0, < 1.1)'] }, entry_points={