From b208f978dbf8ebc00757fdfb73bc10be6fadafc6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Jul 2024 06:44:52 +0200 Subject: [PATCH] Remove dependency on colorama --- requirements.txt | 2 -- setup.py | 1 - 2 files changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 170e5d805..791e7fe08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,8 +45,6 @@ pyjwt==2.8.0 aiofiles==24.1.0 psutil==6.0.0 -# Support for colorized terminal output -colorama==0.4.6 # Building config files interactively questionary==2.0.1 prompt-toolkit==3.0.36 diff --git a/setup.py b/setup.py index 82e529767..6963862e0 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,6 @@ setup( "py_find_1st", "python-rapidjson", "orjson", - "colorama", "jinja2", "questionary", "prompt-toolkit",