Skip to content

Commit aeb480f

Browse files
committed
Update dependencies
1 parent 3d1d026 commit aeb480f

File tree

4 files changed

+37
-22
lines changed

4 files changed

+37
-22
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Medikit 0.4a5 on 2017-10-23.
1+
# Generated by Medikit 0.4.3 on 2017-12-04.
22
# All changes will be overriden.
33

44
PACKAGE ?= bonobo_sqlalchemy
@@ -10,11 +10,11 @@ PYTHON_REQUIREMENTS_DEV_FILE ?= requirements-dev.txt
1010
QUICK ?=
1111
PIP ?= $(PYTHON_DIRNAME)/pip
1212
PIP_INSTALL_OPTIONS ?=
13+
VERSION ?= $(shell git describe 2>/dev/null || git rev-parse --short HEAD)
1314
PYTEST ?= $(PYTHON_DIRNAME)/pytest
1415
PYTEST_OPTIONS ?= --capture=no --cov=$(PACKAGE) --cov-report html
1516
YAPF ?= $(PYTHON) -m yapf
1617
YAPF_OPTIONS ?= -rip
17-
VERSION ?= $(shell git describe 2>/dev/null || echo dev)
1818

1919
.PHONY: clean format install install-dev test update update-requirements
2020

requirements-dev.txt

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
-e .[dev]
22
appdirs==1.4.3
3-
bonobo==0.5.1
4-
certifi==2017.7.27.1
3+
attrs==17.3.0
4+
bonobo==0.6.0a1
5+
certifi==2017.11.5
56
chardet==3.0.4
6-
click==6.7
77
colorama==0.3.9
8-
coverage==4.4.1
9-
fs==2.0.12
8+
coverage==4.4.2
9+
fs==2.0.17
10+
graphviz==0.8.1
1011
idna==2.6
12+
jinja2==2.10
13+
markupsafe==1.0
14+
mondrian==0.6.0
1115
packaging==16.8
1216
pbr==3.1.1
13-
psutil==5.4.0
14-
py==1.4.34
17+
pluggy==0.6.0
18+
psutil==5.4.1
19+
py==1.5.2
1520
pyparsing==2.2.0
1621
pytest-cov==2.5.1
17-
pytest==3.2.3
18-
python-dotenv==0.7.1
19-
pytz==2017.2
22+
pytest==3.3.0
23+
python-slugify==1.2.4
24+
pytz==2017.3
2025
requests==2.18.4
2126
six==1.11.0
2227
stevedore==1.27.1
28+
unidecode==0.4.21
2329
urllib3==1.22
30+
whistle==1.0.0
31+
yapf==0.20.0

requirements.txt

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
-e .
22
appdirs==1.4.3
3-
bonobo==0.5.1
4-
certifi==2017.7.27.1
3+
bonobo==0.6.0a1
4+
certifi==2017.11.5
55
chardet==3.0.4
6-
click==6.7
76
colorama==0.3.9
8-
fs==2.0.12
7+
fs==2.0.17
8+
graphviz==0.8.1
99
idna==2.6
10+
jinja2==2.10
11+
markupsafe==1.0
12+
mondrian==0.6.0
1013
packaging==16.8
1114
pbr==3.1.1
12-
psutil==5.4.0
15+
psutil==5.4.1
1316
pyparsing==2.2.0
14-
python-dotenv==0.7.1
15-
pytz==2017.2
17+
python-slugify==1.2.4
18+
pytz==2017.3
1619
requests==2.18.4
1720
six==1.11.0
18-
sqlalchemy==1.1.14
21+
sqlalchemy==1.1.15
1922
stevedore==1.27.1
23+
unidecode==0.4.21
2024
urllib3==1.22
25+
whistle==1.0.0

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ def execfile(fname, globs, locs=None):
5353
include_package_data=True,
5454
install_requires=['SQLAlchemy (>= 1.1, < 1.2)', 'bonobo (>= 0.5.1)'],
5555
extras_require={
56-
'dev':
57-
['bonobo (>= 0.5.1)', 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)', 'pytest-cov (>= 2.5, < 3.0)']
56+
'dev': [
57+
'bonobo (>= 0.5.1)', 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)', 'pytest-cov (>= 2.5, < 3.0)',
58+
'yapf'
59+
]
5860
},
5961
url='https://www.bonobo-project.org/with/sqlalchemy',
6062
download_url='https://github.com/python-bonobo/bonobo-sqlalchemy/tarball/{version}'.format(version=version),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy