Update requirements for beta.
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
@ -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',
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
4
setup.py
4
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': [
|
||||
|
||||
Reference in New Issue
Block a user