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 <jlock@vmware.com>
This commit is contained in:
Joshua Lock 2020-10-16 17:08:23 +01:00
parent d4705502fc
commit eb00d14346
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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