From eb00d143461ea71ef36179f6c813c2ae22507046 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 16 Oct 2020 17:08:23 +0100 Subject: [PATCH] Remove colorama from requirements The repo script was the only user and can now do the right thing when colorama isn't available in the environment. Signed-off-by: Joshua Lock --- requirements-pinned.txt | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 1cd39f6a..6b3a8eb7 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -1,7 +1,6 @@ certifi==2020.6.20 # via requests cffi==1.14.3 # via cryptography, pynacl chardet==3.0.4 # via requests -colorama==0.4.3 # via securesystemslib cryptography==3.1.1 # via securesystemslib enum34==1.1.6 ; python_version < '3' # via cryptography idna==2.10 # via requests @@ -10,7 +9,7 @@ pycparser==2.20 # via cffi pynacl==1.4.0 # via securesystemslib python-dateutil==2.8.1 # via securesystemslib requests==2.24.0 -securesystemslib[colors,crypto,pynacl]==0.16.0 +securesystemslib[crypto,pynacl]==0.16.0 six==1.15.0 subprocess32==3.5.4 ; python_version < '3' # via securesystemslib urllib3==1.25.10 # via requests diff --git a/requirements.txt b/requirements.txt index 71910313..b0c148d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,6 +41,6 @@ # 3. Use this command to remove per-version files # `rm requirements-?.?.txt` # -securesystemslib[colors, crypto, pynacl] +securesystemslib[crypto, pynacl] requests six