1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-19 18:51:28 +02:00

Add colorama for colored output

Red for errors, yellow for warnings or information, and green for
fixes.
This commit is contained in:
2021-02-21 13:00:31 +02:00
parent 9f5d2c2c4f
commit 7fb8acb866
2 changed files with 3 additions and 2 deletions

View File

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