Update dependencies.
This commit is contained in:
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
# This file has been auto-generated.
|
# This file has been auto-generated.
|
||||||
# All changes will be lost, see Projectfile.
|
# All changes will be lost, see Projectfile.
|
||||||
#
|
#
|
||||||
# Updated at 2017-06-10 15:15:34.093885
|
# Updated at 2017-06-18 21:29:55.255815
|
||||||
|
|
||||||
PACKAGE ?= bonobo
|
PACKAGE ?= bonobo
|
||||||
PYTHON ?= $(shell which python)
|
PYTHON ?= $(shell which python)
|
||||||
@ -18,7 +18,7 @@ SPHINX_BUILD ?= $(PYTHON_DIRNAME)/sphinx-build
|
|||||||
SPHINX_OPTIONS ?=
|
SPHINX_OPTIONS ?=
|
||||||
SPHINX_SOURCEDIR ?= docs
|
SPHINX_SOURCEDIR ?= docs
|
||||||
SPHINX_BUILDDIR ?= $(SPHINX_SOURCEDIR)/_build
|
SPHINX_BUILDDIR ?= $(SPHINX_SOURCEDIR)/_build
|
||||||
YAPF ?= $(PYTHON_DIRNAME)/yapf
|
YAPF ?= $(PYTHON) -m yapf
|
||||||
YAPF_OPTIONS ?= -rip
|
YAPF_OPTIONS ?= -rip
|
||||||
VERSION ?= $(shell git describe 2>/dev/null || echo dev)
|
VERSION ?= $(shell git describe 2>/dev/null || echo dev)
|
||||||
|
|
||||||
|
|||||||
@ -6,14 +6,15 @@ chardet==3.0.4
|
|||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
docker-pycreds==0.2.1
|
docker-pycreds==0.2.1
|
||||||
docker==2.3.0
|
docker==2.3.0
|
||||||
enum34==1.1.6
|
|
||||||
fs==2.0.4
|
fs==2.0.4
|
||||||
idna==2.5
|
idna==2.5
|
||||||
|
packaging==16.8
|
||||||
pbr==3.0.1
|
pbr==3.0.1
|
||||||
psutil==5.2.2
|
psutil==5.2.2
|
||||||
|
pyparsing==2.2.0
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.18.1
|
requests==2.18.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
stevedore==1.23.0
|
stevedore==1.23.0
|
||||||
urllib3==1.21.1
|
urllib3==1.21.1
|
||||||
websocket-client==0.40.0
|
websocket-client==0.42.1
|
||||||
|
|||||||
@ -3,7 +3,6 @@ appdirs==1.4.3
|
|||||||
certifi==2017.4.17
|
certifi==2017.4.17
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
enum34==1.1.6
|
|
||||||
fs==2.0.4
|
fs==2.0.4
|
||||||
idna==2.5
|
idna==2.5
|
||||||
packaging==16.8
|
packaging==16.8
|
||||||
|
|||||||
Reference in New Issue
Block a user