Switch to stable mondrian.

This commit is contained in:
Romain Dorgueil
2017-11-04 15:17:51 +01:00
parent 8439a535fe
commit a901731fff
4 changed files with 4 additions and 4 deletions

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.4a1)',
'colorama (>= 0.3)', 'fs (>= 2.0, < 2.1)', 'jinja2 (>= 2.9, < 2.10)', 'mondrian (>= 0.4, < 0.5)',
'packaging (>= 16, < 17)', 'psutil (>= 5.4, < 6.0)', 'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.27, < 1.28)',
'whistle (>= 1.0, < 1.1)'
],