Add meta.json value checking, add coloredlogs to improve logging output visually

This commit is contained in:
Xevion
2022-05-07 00:32:27 -05:00
parent 0be969e5bf
commit 574bd4c449
3 changed files with 38 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ requests = "~=2.24.0"
bs4 = "~=0.0.1"
beautifulsoup4 = "~=4.9.1"
Flask = "~=1.1.2"
coloredlogs = "*"
[dev-packages]