Update requirements.
This commit is contained in:
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
# Generated by Medikit 0.4.7 on 2018-02-03.
|
# Generated by Medikit 0.5.2 on 2018-03-08.
|
||||||
# All changes will be overriden.
|
# All changes will be overriden.
|
||||||
|
|
||||||
PACKAGE ?= bonobo
|
PACKAGE ?= bonobo
|
||||||
|
|||||||
@ -54,7 +54,6 @@ python.add_requirements(
|
|||||||
'whistle ~=1.0',
|
'whistle ~=1.0',
|
||||||
dev=[
|
dev=[
|
||||||
'cookiecutter >=1.5,<1.6',
|
'cookiecutter >=1.5,<1.6',
|
||||||
'pytest-sugar >=0.8,<0.9',
|
|
||||||
'pytest-timeout >=1,<2',
|
'pytest-timeout >=1,<2',
|
||||||
'sphinx-sitemap >=0.2,<0.3',
|
'sphinx-sitemap >=0.2,<0.3',
|
||||||
],
|
],
|
||||||
|
|||||||
6
setup.py
6
setup.py
@ -64,9 +64,9 @@ setup(
|
|||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'dev': [
|
'dev': [
|
||||||
'cookiecutter (>= 1.5, < 1.6)', 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)',
|
'cookiecutter (>= 1.5, < 1.6)', 'coverage (~= 4.4)', 'pytest (~= 3.4)', 'pytest-cov (~= 2.5)',
|
||||||
'pytest-cov (>= 2.5, < 3.0)', 'pytest-sugar (>= 0.8, < 0.9)', 'pytest-timeout (>= 1, < 2)',
|
'pytest-sugar (~= 0.9.1)', 'pytest-timeout (>= 1, < 2)', 'sphinx (>= 1.6, < 2.0)',
|
||||||
'sphinx (>= 1.6, < 2.0)', 'sphinx-sitemap (>= 0.2, < 0.3)', 'yapf'
|
'sphinx-sitemap (>= 0.2, < 0.3)', 'yapf'
|
||||||
],
|
],
|
||||||
'docker': ['bonobo-docker (~= 0.6.0a1)'],
|
'docker': ['bonobo-docker (~= 0.6.0a1)'],
|
||||||
'jupyter': ['ipywidgets (~= 6.0)', 'jupyter (~= 1.0)'],
|
'jupyter': ['ipywidgets (~= 6.0)', 'jupyter (~= 1.0)'],
|
||||||
|
|||||||
Reference in New Issue
Block a user