Update requirements for beta.

This commit is contained in:
Romain Dorgueil
2017-12-30 15:18:39 +01:00
parent 229117fcca
commit 9d52d9971a
8 changed files with 17 additions and 16 deletions

View File

@ -58,14 +58,14 @@ python.add_requirements(
'pytest-timeout ~=1.0',
],
docker=[
'bonobo-docker',
'bonobo-docker ~=0.6.0a1',
],
jupyter=[
'ipywidgets ~=6.0',
'jupyter ~=1.0',
],
sqlalchemy=[
'bonobo-sqlalchemy',
'bonobo-sqlalchemy ~=0.6.0a1',
],
)