Skip to content

Commit 53eeacc

Browse files
committed
Update with stable.
1 parent e8bfeba commit 53eeacc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Medikit 0.4.5 on 2017-12-30.
1+
# Generated by Medikit 0.4.5 on 2018-01-01.
22
# All changes will be overriden.
33

44
PACKAGE ?= bonobo_sqlalchemy

Projectfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python.setup(
1616
author_email='romain@dorgueil.net',
1717
)
1818

19-
bonobo_version = '~= 0.6.0a4'
19+
bonobo_version = '~= 0.6.0'
2020
python.add_requirements(
2121
'bonobo ' + bonobo_version,
2222
'SQLAlchemy ~=1.2',

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .[dev]
22
appdirs==1.4.3
33
attrs==17.4.0
4-
bonobo==0.6.0a4
4+
bonobo==0.6.0
55
certifi==2017.11.5
66
chardet==3.0.4
77
colorama==0.3.9
@@ -15,7 +15,7 @@ mondrian==0.6.1
1515
packaging==16.8
1616
pbr==3.1.1
1717
pluggy==0.6.0
18-
psutil==5.4.2
18+
psutil==5.4.3
1919
py==1.5.2
2020
pyparsing==2.2.0
2121
pytest-cov==2.5.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .
22
appdirs==1.4.3
3-
bonobo==0.6.0a4
3+
bonobo==0.6.0
44
certifi==2017.11.5
55
chardet==3.0.4
66
colorama==0.3.9
@@ -12,7 +12,7 @@ markupsafe==1.0
1212
mondrian==0.6.1
1313
packaging==16.8
1414
pbr==3.1.1
15-
psutil==5.4.2
15+
psutil==5.4.3
1616
pyparsing==2.2.0
1717
python-slugify==1.2.4
1818
pytz==2017.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ def execfile(fname, globs, locs=None):
5151
classifiers=classifiers,
5252
packages=find_packages(exclude=['ez_setup', 'example', 'test']),
5353
include_package_data=True,
54-
install_requires=['SQLAlchemy (~= 1.2)', 'bonobo (~= 0.6.0a4)'],
54+
install_requires=['SQLAlchemy (~= 1.2)', 'bonobo (~= 0.6.0)'],
5555
extras_require={
5656
'dev': [
57-
'bonobo (~= 0.6.0a4)', 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)', 'pytest-cov (>= 2.5, < 3.0)',
57+
'bonobo (~= 0.6.0)', 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)', 'pytest-cov (>= 2.5, < 3.0)',
5858
'yapf'
5959
]
6060
},

0 commit comments

Comments
 (0)