From 6f82c6c9738d06651b5eb67290477be478bb257f Mon Sep 17 00:00:00 2001 From: William Chargin Date: Mon, 11 Jan 2021 19:07:45 -0800 Subject: [PATCH] py3: remove `six` from requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: As of #4510, we don’t need `six`, so we can remove it from the Pip package requirements. Part of #4488. Test Plan: Running `:extract_pip_package` and installing it into a virtualenv still installs `six` as a transitive dep, so this is actually no functional change for now. Maybe one day. wchargin-branch: py3-norequire-six wchargin-source: c7a05be7531841c2c998bf06ceb3501c2a80f16a --- tensorboard/pip_package/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorboard/pip_package/requirements.txt b/tensorboard/pip_package/requirements.txt index de7f1340e0..3176d9b0fe 100644 --- a/tensorboard/pip_package/requirements.txt +++ b/tensorboard/pip_package/requirements.txt @@ -26,7 +26,6 @@ numpy >= 1.12.0 protobuf >= 3.6.0 requests >= 2.21.0, < 3 setuptools >= 41.0.0 -six >= 1.10.0 tensorboard-plugin-wit >= 1.6.0 werkzeug >= 0.11.15 # python3 specifically requires wheel 0.26