Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-391-Increase-wagon-and-setuptools-dependency-version [created] 3d5a3b579
ARIA-391 Increase wagon and setuptools dependency version Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/3d5a3b57 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/3d5a3b57 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/3d5a3b57 Branch: refs/heads/ARIA-391-Increase-wagon-and-setuptools-dependency-version Commit: 3d5a3b57990ef7a1eced581e10c0beb43f99dc2c Parents: 737fff5 Author: max-orlov <[email protected]> Authored: Mon Oct 23 15:59:07 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Oct 23 15:59:07 2017 +0300 ---------------------------------------------------------------------- requirements.in | 4 ++-- requirements.txt | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/3d5a3b57/requirements.in ---------------------------------------------------------------------- diff --git a/requirements.in b/requirements.in index 1d83ec8..4cea589 100644 --- a/requirements.in +++ b/requirements.in @@ -23,9 +23,9 @@ Jinja2>=2.8, <2.9 shortuuid>=0.5, <0.6 CacheControl[filecache]>=0.11.0, <0.13 SQLAlchemy>=1.1.0, <1.2 # version 1.2 dropped support of python 2.6 -wagon==0.6.0 +wagon==0.6.1 bottle>=0.12.0, <0.13 -setuptools>=35.0.0, <36.0.0 +setuptools>=36.0.0, <37.0.0 click>=6.0, < 7.0 colorama>=0.3.7, <=0.3.9 PrettyTable>=0.7,<0.8 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/3d5a3b57/requirements.txt ---------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index bcc5296..85a116a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,20 +22,18 @@ markupsafe==1.0 # via jinja2 msgpack-python==0.4.8 # via cachecontrol networkx==1.9.1 ordereddict==1.1 ; python_version < "2.7" -packaging==16.8 # via setuptools prettytable==0.7.2 psutil==5.2.2 -pyparsing==2.2.0 # via packaging requests==2.13.0 retrying==1.3.3 ruamel.ordereddict==0.4.9 # via ruamel.yaml ruamel.yaml==0.11.15 shortuuid==0.5.0 -six==1.10.0 # via packaging, retrying, setuptools +six==1.10.0 # via retrying sqlalchemy==1.1.6 total-ordering==0.1.0 ; python_version < "2.7" -wagon==0.6.0 +wagon==0.6.1 wheel==0.29.0 ; python_version < "2.7" # The following packages are considered to be unsafe in a requirements file: -setuptools==35.0.2 +setuptools==36.6.0
