Update requirements with first whistle stable.

This commit is contained in:
Romain Dorgueil
2017-11-04 12:10:28 +01:00
parent 6bd1130e34
commit 5f300225a8
6 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# Generated by Medikit 0.4a10 on 2017-11-03. # Generated by Medikit 0.4a11 on 2017-11-04.
# All changes will be overriden. # All changes will be overriden.
PACKAGE ?= bonobo PACKAGE ?= bonobo

View File

@ -47,7 +47,7 @@ python.add_requirements(
'psutil >=5.4,<6.0', 'psutil >=5.4,<6.0',
'requests >=2.0,<3.0', 'requests >=2.0,<3.0',
'stevedore >=1.27,<1.28', 'stevedore >=1.27,<1.28',
'whistle ==1.0a3', 'whistle >=1.0,<1.1',
dev=[ dev=[
'pytest-sugar >=0.8,<0.9', 'pytest-sugar >=0.8,<0.9',
'pytest-timeout >=1,<2', 'pytest-timeout >=1,<2',

View File

@ -19,7 +19,7 @@ markupsafe==1.0
mistune==0.8 mistune==0.8
nbconvert==5.3.1 nbconvert==5.3.1
nbformat==4.4.0 nbformat==4.4.0
notebook==5.2.0 notebook==5.2.1
pandocfilters==1.4.2 pandocfilters==1.4.2
parso==0.1.0 parso==0.1.0
pexpect==4.2.1 pexpect==4.2.1

View File

@ -13,6 +13,6 @@ pyparsing==2.2.0
pytz==2017.3 pytz==2017.3
requests==2.18.4 requests==2.18.4
six==1.11.0 six==1.11.0
sqlalchemy==1.1.14 sqlalchemy==1.1.15
stevedore==1.27.1 stevedore==1.27.1
urllib3==1.22 urllib3==1.22

View File

@ -7,7 +7,7 @@ fs==2.0.12
idna==2.6 idna==2.6
jinja2==2.9.6 jinja2==2.9.6
markupsafe==1.0 markupsafe==1.0
mondrian==0.3.0 mondrian==0.4a1
packaging==16.8 packaging==16.8
pbr==3.1.1 pbr==3.1.1
psutil==5.4.0 psutil==5.4.0
@ -17,4 +17,4 @@ requests==2.18.4
six==1.11.0 six==1.11.0
stevedore==1.27.1 stevedore==1.27.1
urllib3==1.22 urllib3==1.22
whistle==1.0a3 whistle==1.0.0

View File

@ -53,8 +53,9 @@ setup(
packages=find_packages(exclude=['ez_setup', 'example', 'test']), packages=find_packages(exclude=['ez_setup', 'example', 'test']),
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'colorama (>= 0.3)', 'fs (>= 2.0, < 2.1)', 'jinja2 (>= 2.9, < 2.10)', 'mondrian', 'packaging (>= 16, < 17)', 'colorama (>= 0.3)', 'fs (>= 2.0, < 2.1)', 'jinja2 (>= 2.9, < 2.10)', 'mondrian (== 0.4a1)',
'psutil (>= 5.4, < 6.0)', 'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.27, < 1.28)', 'whistle (== 1.0a3)' 'packaging (>= 16, < 17)', 'psutil (>= 5.4, < 6.0)', 'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.27, < 1.28)',
'whistle (>= 1.0, < 1.1)'
], ],
extras_require={ extras_require={
'dev': [ 'dev': [