From 7fb8acb8660300ff2c115ad825a3ab761bd94806 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 21 Feb 2021 13:00:31 +0200 Subject: [PATCH] Add colorama for colored output Red for errors, yellow for warnings or information, and green for fixes. --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b73576..82a04ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" name = "colorama" version = "0.4.4" description = "Cross-platform colored terminal text." -category = "dev" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -765,7 +765,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "63f2c6ef09652c4f8407660ff7b4690c8a07e5501eb8fc8c477f485de5888fcf" +content-hash = "8c4ba410bbdc930d2d74f7864470a18827029a5697869833959708d7425460ae" [metadata.files] agate = [ diff --git a/pyproject.toml b/pyproject.toml index c7d9c91..73ce92d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ requests = "^2.23.0" requests-cache = "^0.5.2" pycountry = "^19.8.18" langid = "^1.1.6" +colorama = "^0.4.4" [tool.poetry.dev-dependencies] pytest = "^6.1.1"