Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-385-Limit-wheel-version-for-python-2.6-support 405732354 -> 7c7c86c02 (forced update)
ARIA-385 Limit wheel version for python 2.6 support Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/7c7c86c0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/7c7c86c0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/7c7c86c0 Branch: refs/heads/ARIA-385-Limit-wheel-version-for-python-2.6-support Commit: 7c7c86c023d221f67f923b4c3c455f0d9d703d1d Parents: 126d4e8 Author: max-orlov <[email protected]> Authored: Mon Sep 18 13:35:08 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Sep 18 14:56:00 2017 +0300 ---------------------------------------------------------------------- requirements.in | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/7c7c86c0/requirements.in ---------------------------------------------------------------------- diff --git a/requirements.in b/requirements.in index a864335..4f47156 100644 --- a/requirements.in +++ b/requirements.in @@ -36,3 +36,4 @@ psutil>=5.2.2, < 6.0.0 importlib ; python_version < '2.7' ordereddict ; python_version < '2.7' total-ordering ; python_version < '2.7' # only one version on pypi +wheel==0.29.0 ; python_version < '2.7' http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/7c7c86c0/requirements.txt ---------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index ea97922..bcc5296 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --output-file ./requirements.txt ./requirements.in +# pip-compile --output-file requirements.txt requirements.in # appdirs==1.4.3 # via setuptools backports.shutil_get_terminal_size==1.0.0 @@ -35,7 +35,7 @@ six==1.10.0 # via packaging, retrying, setuptools sqlalchemy==1.1.6 total-ordering==0.1.0 ; python_version < "2.7" wagon==0.6.0 -wheel==0.29.0 # via wagon +wheel==0.29.0 ; python_version < "2.7" # The following packages are considered to be unsafe in a requirements file: setuptools==35.0.2
