Update to mondrian 0.4a0.

This commit is contained in:
Romain Dorgueil
2017-11-02 08:25:30 +01:00
parent 9037d94654
commit d988d30474
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -42,7 +42,7 @@ python.setup(
python.add_requirements(
'fs >=2.0,<2.1',
'jinja2 >=2.9,<2.10',
'mondrian >=0.3,<0.4',
'mondrian ==0.4a0',
'packaging >=16,<17',
'psutil >=5.4,<6.0',
'requests >=2.0,<3.0',

View File

@ -7,7 +7,7 @@ fs==2.0.12
idna==2.6
jinja2==2.9.6
markupsafe==1.0
mondrian==0.3.0
mondrian==0.4a0
packaging==16.8
pbr==3.1.1
psutil==5.4.0

View File

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