aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-26 15:30:07 -0800
committerGravatar MarkKoz <[email protected]>2020-02-29 21:17:44 -0800
commitd2341a5fbf06dc2b541a88d3dfbd6a9deed1dc28 (patch)
tree264c50fca8e2b778d17286c8d11caad5ea9e770d /Pipfile
parentMerge pull request #755 from python-discord/bug/backend/b754/scheduler-suppre... (diff)
Install the coloredlogs package
This makes it easy to add colour to the logs. Colorama is also installed if on a Windows system.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 400e64c18..88aacf6a8 100644
--- a/Pipfile
+++ b/Pipfile
@@ -19,6 +19,8 @@ requests = "~=2.22"
more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
sentry-sdk = "~=0.14"
+coloredlogs = "~=14.0"
+colorama = {version = "~=0.4.3", sys_platform = "== 'win32'"}
[dev-packages]
coverage = "~=4.5"