diff options
| author | 2020-02-26 15:30:07 -0800 | |
|---|---|---|
| committer | 2020-02-29 21:17:44 -0800 | |
| commit | d2341a5fbf06dc2b541a88d3dfbd6a9deed1dc28 (patch) | |
| tree | 264c50fca8e2b778d17286c8d11caad5ea9e770d /Pipfile | |
| parent | Merge 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-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |