diff --git a/Makefile b/Makefile index bc29a5b..2a58251 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Generated by Medikit 0.4.5 on 2017-12-27. +# Generated by Medikit 0.4.5 on 2017-12-30. # All changes will be overriden. PACKAGE ?= bonobo diff --git a/Projectfile b/Projectfile index 5c880db..2faba69 100644 --- a/Projectfile +++ b/Projectfile @@ -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', ], ) diff --git a/requirements-dev.txt b/requirements-dev.txt index a86c724..aa5e833 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -e .[dev] alabaster==0.7.10 -attrs==17.3.0 +attrs==17.4.0 babel==2.5.1 certifi==2017.11.5 chardet==3.0.4 diff --git a/requirements-docker.txt b/requirements-docker.txt index 6fbec83..b81c208 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -1,13 +1,13 @@ -e .[docker] appdirs==1.4.3 -bonobo-docker==0.5.0 +bonobo-docker==0.6.0a1 certifi==2017.11.5 chardet==3.0.4 colorama==0.3.9 docker-pycreds==0.2.1 -docker==2.3.0 +docker==2.7.0 fs==2.0.17 -graphviz==0.8.1 +graphviz==0.8.2 idna==2.6 jinja2==2.10 markupsafe==1.0 @@ -19,9 +19,10 @@ pyparsing==2.2.0 python-slugify==1.2.4 pytz==2017.3 requests==2.18.4 +semantic-version==2.6.0 six==1.11.0 stevedore==1.28.0 unidecode==0.4.21 urllib3==1.22 -websocket-client==0.45.0 +websocket-client==0.46.0 whistle==1.0.0 diff --git a/requirements-jupyter.txt b/requirements-jupyter.txt index 2f5b6fe..832cbde 100644 --- a/requirements-jupyter.txt +++ b/requirements-jupyter.txt @@ -1,6 +1,6 @@ -e .[jupyter] appnope==0.1.0 -attrs==17.3.0 +attrs==17.4.0 bleach==2.1.2 decorator==4.1.2 entrypoints==0.2.3 @@ -38,7 +38,7 @@ simplegeneric==0.8.1 six==1.11.0 terminado==0.8.1 testpath==0.3.1 -tornado==4.5.2 +tornado==5.0a1 traitlets==4.3.2 wcwidth==0.1.7 webencodings==0.5.1 diff --git a/requirements-sqlalchemy.txt b/requirements-sqlalchemy.txt index d46e7aa..46888e2 100644 --- a/requirements-sqlalchemy.txt +++ b/requirements-sqlalchemy.txt @@ -1,11 +1,11 @@ -e .[sqlalchemy] appdirs==1.4.3 -bonobo-sqlalchemy==0.5.1 +bonobo-sqlalchemy==0.6.0a1 certifi==2017.11.5 chardet==3.0.4 colorama==0.3.9 fs==2.0.17 -graphviz==0.8.1 +graphviz==0.8.2 idna==2.6 jinja2==2.10 markupsafe==1.0 @@ -18,7 +18,7 @@ python-slugify==1.2.4 pytz==2017.3 requests==2.18.4 six==1.11.0 -sqlalchemy==1.1.15 +sqlalchemy==1.2.0 stevedore==1.28.0 unidecode==0.4.21 urllib3==1.22 diff --git a/requirements.txt b/requirements.txt index 24321ea..ef36dda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ certifi==2017.11.5 chardet==3.0.4 colorama==0.3.9 fs==2.0.17 -graphviz==0.8.1 +graphviz==0.8.2 idna==2.6 jinja2==2.10 markupsafe==1.0 diff --git a/setup.py b/setup.py index 5d89c9a..716967d 100644 --- a/setup.py +++ b/setup.py @@ -67,9 +67,9 @@ setup( 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)', 'pytest-cov (>= 2.5, < 3.0)', 'pytest-sugar (>= 0.9, < 0.10)', 'pytest-timeout (~= 1.0)', 'sphinx (>= 1.6, < 2.0)', 'yapf' ], - 'docker': ['bonobo-docker'], + 'docker': ['bonobo-docker (~= 0.6.0a1)'], 'jupyter': ['ipywidgets (~= 6.0)', 'jupyter (~= 1.0)'], - 'sqlalchemy': ['bonobo-sqlalchemy'] + 'sqlalchemy': ['bonobo-sqlalchemy (~= 0.6.0a1)'] }, entry_points={ 'bonobo.commands': [