Update requirements with first whistle stable.
This commit is contained in:
2
Makefile
2
Makefile
@ -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.
|
||||
|
||||
PACKAGE ?= bonobo
|
||||
|
||||
@ -47,7 +47,7 @@ python.add_requirements(
|
||||
'psutil >=5.4,<6.0',
|
||||
'requests >=2.0,<3.0',
|
||||
'stevedore >=1.27,<1.28',
|
||||
'whistle ==1.0a3',
|
||||
'whistle >=1.0,<1.1',
|
||||
dev=[
|
||||
'pytest-sugar >=0.8,<0.9',
|
||||
'pytest-timeout >=1,<2',
|
||||
|
||||
@ -19,7 +19,7 @@ markupsafe==1.0
|
||||
mistune==0.8
|
||||
nbconvert==5.3.1
|
||||
nbformat==4.4.0
|
||||
notebook==5.2.0
|
||||
notebook==5.2.1
|
||||
pandocfilters==1.4.2
|
||||
parso==0.1.0
|
||||
pexpect==4.2.1
|
||||
|
||||
@ -13,6 +13,6 @@ pyparsing==2.2.0
|
||||
pytz==2017.3
|
||||
requests==2.18.4
|
||||
six==1.11.0
|
||||
sqlalchemy==1.1.14
|
||||
sqlalchemy==1.1.15
|
||||
stevedore==1.27.1
|
||||
urllib3==1.22
|
||||
|
||||
@ -7,7 +7,7 @@ fs==2.0.12
|
||||
idna==2.6
|
||||
jinja2==2.9.6
|
||||
markupsafe==1.0
|
||||
mondrian==0.3.0
|
||||
mondrian==0.4a1
|
||||
packaging==16.8
|
||||
pbr==3.1.1
|
||||
psutil==5.4.0
|
||||
@ -17,4 +17,4 @@ requests==2.18.4
|
||||
six==1.11.0
|
||||
stevedore==1.27.1
|
||||
urllib3==1.22
|
||||
whistle==1.0a3
|
||||
whistle==1.0.0
|
||||
|
||||
5
setup.py
5
setup.py
@ -53,8 +53,9 @@ 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', 'packaging (>= 16, < 17)',
|
||||
'psutil (>= 5.4, < 6.0)', 'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.27, < 1.28)', 'whistle (== 1.0a3)'
|
||||
'colorama (>= 0.3)', 'fs (>= 2.0, < 2.1)', 'jinja2 (>= 2.9, < 2.10)', 'mondrian (== 0.4a1)',
|
||||
'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={
|
||||
'dev': [
|
||||
|
||||
Reference in New Issue
Block a user