[core] still refactoring env-related stuff towards using __main__ blocks (but with argparser, if needed).

This commit is contained in:
Romain Dorgueil
2017-10-29 23:46:39 +01:00
parent 8351897e3a
commit c770287466
7 changed files with 110 additions and 92 deletions

View File

@ -54,12 +54,15 @@ python.add_requirements(
'pytest-timeout >=1,<2',
],
docker=[
'bonobo-docker',
'bonobo-docker >=0.5.0',
],
jupyter=[
'jupyter >=1.0,<1.1',
'ipywidgets >=6.0.0,<7',
]
],
sqlalchemy=[
'bonobo-sqlalchemy >=0.5.1',
],
)
# vim: ft=python: