diff options
author | Nao Pross <np@0hm.ch> | 2020-10-19 09:44:01 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2020-10-19 09:45:53 +0200 |
commit | 31a984f943b38e67fa185e268ecf9c46e35791c2 (patch) | |
tree | 18f6b11040120bc0e553f771f36958b16a48da06 /requirements.txt | |
parent | Add LICENSE and version (diff) | |
download | Muddle-31a984f943b38e67fa185e268ecf9c46e35791c2.tar.gz Muddle-31a984f943b38e67fa185e268ecf9c46e35791c2.zip |
Color logs
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 0d9c554..da54388 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ certifi==2020.6.20 chardet==3.0.4 +colorlog==4.4.0 idna==2.10 PyQt5==5.15.1 PyQt5-sip==12.8.1 |