[ext] Adds docker extra to setup.py

This commit is contained in:
Romain Dorgueil
2017-05-28 16:51:02 +02:00
parent 6fc5891ccd
commit 9370f6504e
4 changed files with 27 additions and 1 deletions

View File

@ -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',